Posted by web_design on 07/08/05 22:32
I'm trying to figure out how to change php-generated URLs like this:
http://www.mywebsite1234.com?p=cars
into URLs like this:
http://www.mywebsite1234.com/cars/
or, even better:
http://www.mywebsite1234.com/cars.htm
I found a tutorial online
http://www.devshed.com/c/a/Apache/Search-Engine-Friendly-URLs-with-mod-rewrite/
but it doesn't explain things very well. Do you have to write a separate
rule for each URL that you want changed? Is there an automatic way to do
it?
thanks
[Back to original message]
|