错误如下:
- [/home/website/public_html/404.shtml]您访问的页面不存在[/home/website/public_html/404.shtml]您访问的页面不存在。
- [[/home/website/public_html/]您访问的页面不存在[/home/website/public_html/]
- [错误] [3197404] [HTAccess]无法开启[/home/website/public_html/.htaccess]:权限被拒绝
目前我的权限设置是777。我试过644和664。
This is my .htaccess file :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
暂无答案!
目前还没有任何答案,快来回答吧!