Jump to content

.htaccess


jason360

Recommended Posts

Hey guys,

 

I am stumped on this htaccess write rule.

 

I currently have this rule functioning:

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /item\.php\?pid=([a-z0-9]+)\ HTTP/ [NC]
RewriteRule ^item\.php$ http://www.mysite.com/%1? [R=301,L]

RewriteRule ^([-a-z0-9]+)$ /item.php?pid=$1 [NC,L] 

Original url:

http://www.mysite.com/item.php?pid=2015-hyundai-genesis-coupe

enabling this url:

http://www.mysite.com/2015-hyundai-genesis-coupe

What I require is a url like this:

http://www.mysite.com/item/2015-hyundai-genesis-coupe
 
 
I tried a bunch of things with no success.  Anyone familiar with this?
 
Thanks!
Link to comment
https://forums.phpfreaks.com/topic/295036-htaccess/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.