我有一个子子域(看起来像xxx.yyy.zzz.com),我已经安装了wordpress 3.6并将永久链接设置设置为“Day and name”,然后创建.htaccess文件:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
但是当我点击首页的某些页面时,它会返回错误页面,如:
未找到
在此服务器上找不到请求的URL / aboutus /。
有什么建议吗?感谢。
答案 0 :(得分:1)
尝试插件 wordpress seo yoast ,它可以帮助您设置永久网址格式。我不能保证它绝对可以解决你的问题,但你可以尝试一下。 ^ _ ^