Forum Moderators: phranque
Since the domain is my main account and other websites are sub directories, my registrar requires me to point the main account domain to the root directory.
So I am thinking of using a meta-tag refresh for my root index.html page.
Is there any better way of doing this?
Redirection of the homepage is particular problematic, since if you ever change this structure, you risk having to redirect the majority of links in to your site.
In addition, the choice is to either 301 root to the folder (which avoid duplicate content, but is essentially 'dropping' your site root) or a 302, which in some ways makes more sense, but will result in duplicates.