• Resolved cthemc

    (@cthemc)


    I’ve just made a brand new wordpress installation on the root of my server hosted on namecheap, and for some reason wordpress is not allowing me to save my Discussion settings. Every other settings page allows me to update options with no problems but when I try to save the discussion settings I get a 404 page on options.php

    my htaccess file is the default of

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    also the permissions for the options.php file are 666

    I’ve tried reinstalling wordpress mutliple times and keep ending up with the same error

    a link to the site is https://teambecause.com/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't Save Discussion settings’ is closed to new replies.