0
我有這個規則..我把我的第一個規則.htaccess的規則不起作用
RewriteRule ^categories_compare/$ index.php?app_table_comparison=3 [L]
這是URL中的I型:
http://apps.com/categories_compare
的問題是,它沒有做重定向..爲什麼是這樣?
這是我的htaccess的一部分:
RewriteRule ^news2/([^/\.]+).(html)$ index.php?news_url_two=$1 [L]
RewriteRule ^news/([^/\.]+).(html)$ index.php?news_url=$1 [L]
RewriteRule ^categories_compare/?$ index.php?app_table_comparison=3 [L]
我想最後的規則才能起作用。
羅......真的犯規有所作爲 –
@DmitryMakovetskiyd你有'RewriteEngine敘述On'? –
是的...看到更新 –