Preserved Topic: mod_rewrite (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Picton, Ontario, Canada |
posted 09-27-2002 07:00
How would one go about changing domain.com/file.php?var=foo&var2=bar something that the less advanced robots can index the site? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 09-27-2002 08:05
Here are the solutions without using mod_rewrite Apache module: |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-27-2002 13:49
JMJimmy: Or just use mod_rewrite code: RewriteEngine on
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 09-27-2002 20:28 |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-27-2002 21:20
And, of course, mr.maX is correct - mod_rewrite tends to be more inflexible hence the need for planning and a good grasp of the alternatives |
Bipolar (III) Inmate From: Picton, Ontario, Canada |
posted 10-02-2002 13:44
What are the other options? I can't get into evolt.org for some reason. As I understand it as soon as most robots see .php they stop and head to the next site. |