404 – File or directory not found. on all settings pages
-
I just installed BuddyPress on my fresh installation of WordPress, everything seems to work fine but settings page. Every page that has to do with some kind of settings get a error message saying 404 – File or directory not found. I have configured my Permalink Settings to try to fix this but no luck. Here is a copy of my current .htaccess file below please help
`
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘404 – File or directory not found. on all settings pages’ is closed to new replies.