1
有人可以告訴我我的.hatcess有問題嗎?這個.htaccess有什麼問題? Safari上的太多重定向
RewriteEngine On
RewriteRule \.(css|jpeg|jpg|gif|png|js|json|eot|svg|ttf|woff|txt|xml|ico)$ - [L]
RewriteRule . core/FrontController.class.php [L]
RewriteBase/
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
Redirect 301 /index http://eese.com
問題:野生動物園說我有很多重定向(剛去http://eese.com)
謝謝!這很快:) –