fivefeathers
Forum Replies Created
-
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Unable to make redirects workWell. Turned out AllowOverride was set to none. I didn’t think to check that because I normally set that to all when I first set up a server. Thanks for taking the time to reply – all good now.
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Unable to make redirects workI tried that too with no success.
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Unable to make redirects workWhen I create a new page, I can see that the permalink matches the new permalink setting, but it does not work.
Forum: Plugins
In reply to: [WPS Hide Login] does not workI am also having this exact issue. WordPress 6.4.3. I tried a similar plugin as well that also did not work. The other plugin throws a “Rewrites not enabled” error, but mod_rewrite is enabled on my server. Just mentioning that in case it helps. Would love to use this plugin.
Forum: Fixing WordPress
In reply to: wp-admin cookies errorAlso change the option_value for option_name=”home”, which seems to be the same thing.
Forum: Fixing WordPress
In reply to: wp-admin cookies errorSolved this by removing those lines from wp-config.php and changing an entry in the database.
TABLE: wp-options
WHERE: option_name=’siteurl’ (option_id was 1 for me, this might be standard)Change option_value to URL of new site.
Forum: Fixing WordPress
In reply to: wp-admin cookies errorThe lines of code above were mangled by the submission form – they are typed correctly in my file.