
I have several domains on the same server via subdirectories, those domains use index.php The one I want to convert is the root domain. A simple htaccess like: Redirect 301 /index.php http://www.mydomain.com/index.html will point those subdomains back to the root. How can I just redirect the root index.php ?
or
Installation of the new CMSms for the root domain that I want to convert, if I install in a subfolder (my preferred choice) as I build the conversion, I assume I can do all the work via the subfolder path and leave the index.php there? The when I'm ready to activate it, can I move the index.php to the root directory or do I modify the htaccess file? if so how?
Thanks in advance
Phil