我打算在Cpanel中啓用mod_rewrite(modsecurity),這裏是我的htaccess,請告訴我如何啓用它。如何通過.htaccess啓用mod_rewrite?
RewriteEngine on
RewriteCond $1 !^(index\.php|images|public|assets|uploads|themes|install|updates|asset|mob|robots\.txt)
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
<FilesMatch "\.(jpg|jpeg|png|gif|swf|css)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>
在此先感謝
中找到適用於mod_security詳細信息的APACHE編譯執行搜索。 http://www.ehow.com/how_8575674_enable-modrewrite-cpanel.html –
您是否使用ModRewrite模塊支持編譯Apache?如果你還沒有啓用它,你將不得不運行EasyApache來添加對Apache modRewrite的支持。 –
其實我做到了,所以即使我向Cpanel提交了一張票,但沒有回覆他們。仍然我堅持這一點。 – user6276867