我已经wordpress在域内安装了一个folder name,questions登陆页面工作正常,没有其他links工作,它说page not found。该怎么办 ??
使用 .htaccess 之类的
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . questions/ [L]
它只运行 index.php 页面。有什么帮助吗?