• Resolved mattdalli71288

    (@mattdalli71288)


    I installed a fresh installation of wordpress on testing.matthewdalli.com however I have two major problems which I can’t seem to fix.

    1) The ‘save changes’ in the General>Settings page is not visible at all. It’s just not there, so any changes I make are getting discarded.

    2) Every time I click on Plugins>Installed Plugins (even though I have none except for Akismet by default) I get the following error:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to -complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    In this case, I’m the webmaster myself so I have no idea what to do. This is a fresh installation of wordpress and I’ve removed WordPress and re-installed it multiple times but with no avail.

    Any help would be highly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • InterServer

    (@interservernet-web-hosting)

    Seems like an issue with WordPress default .htaccess configuration. Please rename the current .htaccess file to .htaccess.bak and create a new one with the following contents.

    # 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

    You can also refer the following WordPress documentation for more information.

    https://codex.www.ads-software.com/htaccess

    Thread Starter mattdalli71288

    (@mattdalli71288)

    Thanks a lot InterServer ??

    Everything is working just fine now thanks to the new .htaccess ??

    Appreciate in taking the time in looking into it and offering me a great solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Installed Plugins 404 Error & No Save Changes in General>Settings’ is closed to new replies.