Hello,
I’m trying to move a WP site using a primary domain at host, from its initial installation at root folder to its own subfolder.
I followed those steps from here (first solution) but I’m always getting 404 errors when logging in. Cleared and deactivated the cache but still not working.
Current htaccess file has this snippet:
Begin Really Simple Security
RewriteEngine on RewriteCond %{HTTPS} !=on [NC]
RewriteCond %{REQUEST_URI} !wp-content\/cache\/(all|wpfc-mobile-cache) RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
End Really Simple Security
Should I edit something in there?
Thanks.
