0
動態頁面
我目前使用.htaccess文件重定向到
RewriteRule ^(.*).html$ location.php?cmd=$1 [L]
重定向通過動態頁面的所有.html
頁面請求 - location.php
。
如何添加例外以允許2或3頁不受此規則影響例如。 index.html aboutus.html等謝謝。
我認爲這會回答你的問題:http://stackoverflow.com/questions/8111624/how-to-add-exception-in- htaccess] [1] [1]:http://stackoverflow.com/questions/8111624/how-to-add-exception-in-htaccess –