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 ページのみを実行しています。何か助けはありますか?