can't save settings
-
New install into public_html on Apache server (cpanel) (no changes to ANYthing after install)
WordPress woke up as usual, but I can not change and save settings – when I click save on Settings/General
https://maxlyon.com/wp-admin/options-general.php
settings are NOT saved and
https://maxlyon.com/wp-admin/options.php/ is displayed. Subsequently, ALL menu items clicked bring up
https://maxlyon.com/wp-admin/options-general.phpWhen I actually type the URL
https://maxlyon.com/wp-admin
Then I’m back to normal behavior (except I can’t save general options.I’m guessing this is a .htaccess issue or some misconfiguration of my shared VPS host?
.htaccess is standard:
# 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
HELP?
- The topic ‘can't save settings’ is closed to new replies.