having issues with mod-rewrite / .htaccess php
Posted: Thu Nov 13, 2008 4:40 pm
This is my .htaccess file below
Trying to re-write mywebsite.com/auto.php?id=3
to
mywebsite.com/title_of_vehicle/
need php code for mod-rewrite to translate link to mywebsite.com/title_of_vehicle/
sorry... kind of a beginner.
Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteRule auto/id/(.*)/ auto.php?id=$1
to
mywebsite.com/title_of_vehicle/
need php code for mod-rewrite to translate link to mywebsite.com/title_of_vehicle/
sorry... kind of a beginner.