0
我難住這個htaccess的寫規則。htaccess重寫問題添加目錄
我現在有這個規則運作:
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /item\.php\?pid=([a-z0-9]+)\ HTTP/ [NC]
RewriteRule ^item\.php$ http://www.example.com/%1? [R=301,L]
RewriteRule ^([-a-z0-9]+)$ /item.php?pid=$1 [NC,L]
原始地址:
http://www.example.com/item.php?pid=2015-hyundai-genesis-coupe
啓用此網址:
http://www.example.com/2015-hyundai-genesis-coupe
什麼我需要是這樣的網址:
http://www.example.com/item/2015-hyundai-genesis-coupe
我嘗試了一堆沒有成功的東西。任何人都熟悉這個?
謝謝!
感謝喬恩....我得到它的工作! – aerosport 2015-03-03 05:43:05