Zynektic
Well-known member
Hi there,
Currently a site in domain.com/forums and wishing to move it into domain.com. SSL is configured and I added the following at the top of the .htaccess file.
When the SSL was added as we did not want it to be added to the WordPress inside the root until things were ready to be moved. Do I need to add anything else to the .htaccess when moving the forums other than altering the ACP URL?
Thanks
Currently a site in domain.com/forums and wishing to move it into domain.com. SSL is configured and I added the following at the top of the .htaccess file.
Code:
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
When the SSL was added as we did not want it to be added to the WordPress inside the root until things were ready to be moved. Do I need to add anything else to the .htaccess when moving the forums other than altering the ACP URL?
Thanks