當我打電話根我的網頁的我得到了錯誤403:htaccess的mod_rewrite的:重定向根到文件夾
紫禁城 您沒有權限訪問/在此服務器上。
我htaccess的樣子:
RewriteEngine On
RewriteBase/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^/$
RewriteRule (.*) dir/file.php
Options -Indexes
我如何可以重定向根到一個文件夾,並沒有錯誤403? 並沒有鬆動的
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d