Forum Moderators: open
Redirect 301 /robots.txt
also, which is correct to use:
Redirect 301 /index.html [example.co...]
or
Redirect 301 /index.html [example.co...]
"Redirect 301 /index.html [example.co...]
or
Redirect 301 /index.html [example.co...]
I use Redirect 301 /index.html [example.co...]
The backslash indicates the default page in the root directory, so you don't have to worry about what it's named (index.htm, index.html, default.php...)
Redirect 301 / [example.co...]
As then all pages would be properly redirected, not just the index file.
SN
Wondering... with duplicate sites does it matter which site came first?