Skip to:
Content
Pages
Categories
Search
Top
Bottom

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)

  • Jonathan
    Member

    @hostprofile

    Have you tried deleting the .htaccess file via FTP and letting WordPress re-create the file for you? If not, give that a shot and let me know. Also, do you have any plugins installed? If so, which ones?

Viewing 1 replies (of 1 total)
  • The topic ‘404 – File or directory not found. on all settings pages’ is closed to new replies.
Skip to toolbar