A
akaplan
Guest
I am trying to redirect subdomain to domain, but having an issue. The first line works so I know the 301 is working. However, the second line fails with a "Not Found" error /index.php was not found on server.
setup subdomain in my HOST file, but subdirectory not setup in Plesk.
setup following in my vhost.conf file
REDIRECT 301 /index.php http://domain.com/index.html
REDIRECT 301 http://zeno.domain.com/index.php http://domain.com/index.html
~
setup subdomain in my HOST file, but subdirectory not setup in Plesk.
setup following in my vhost.conf file
REDIRECT 301 /index.php http://domain.com/index.html
REDIRECT 301 http://zeno.domain.com/index.php http://domain.com/index.html
~