http://ourwebsite.com/test/details.php? ... l=$3&id=$4
trying to rewrite the above link to the following below
http://ourwebsite.com/test/details/2...civic/23450003
below is what i have for my .htaccess in the test folder
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^/test/details/(.*)/(.*)/(.*)/(.*$)/ test/details.php?year=$1&make=$2&model=$3&id=$4
Would like to also know how i convert it in php!
Model names with spaces will be str_replaced with -
Thanks for your help!
Please help with this url rewrite issue! Trying for two days
Moderator: General Moderators
-
mobsterstats
- Forum Newbie
- Posts: 3
- Joined: Wed Feb 25, 2009 11:10 am
-
sujithtomy
- Forum Commoner
- Posts: 46
- Joined: Tue Mar 24, 2009 4:43 am
Re: Please help with this url rewrite issue! Trying for two days
Hello,
May get some usefull info form here....
http://phpguruji.blogspot.com/2008/11/m ... an-be.html
http://corz.org/serv/tricks/htaccess2.php
Good Luck
May get some usefull info form here....
http://phpguruji.blogspot.com/2008/11/m ... an-be.html
http://corz.org/serv/tricks/htaccess2.php
Good Luck