M-CO
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to redirect ONLY homepage?I’ve been able to find away around this, by using: (in the .htaccess file, immediately after ‘ RewriteEngine On ‘.
RewriteCond %{REMOTE_HOST} !^xxx.xxx.xx.xxx RewriteRule .* https://subdomain.domain.com [R=302,L]By using this code, I continue to redirect the entire website but add my own IP address as an exception. This allows me to work on and access the website completely as if there is no redirect at all (but of course, everyone else is being redirected).
Forum: Fixing WordPress
In reply to: How to redirect ONLY homepage?Thanks for the reply but unfortunately no. The subdomain is basically a separate website now. I moved the entire website from the base domain onto the subdomain and now want to edit the base domain website (which is now almost blank because I wiped it clean and reinstalled WordPress). I need the redirect to be there in the short term, eventually it will be removed… I just need to be able to edit the base domain website without being redirected from /wp-admin/ over to the subdomain–which is what’s happening now.
And a maintenance plugin will not work because I need the redirect itself, not for it to just be hidden from view.
Forum: Fixing WordPress
In reply to: Will Not Load Properly With HTTPS PrefixThat worked, thanks Peter!
Forum: Fixing WordPress
In reply to: Will Not Load Properly With HTTPS Prefix