Kathleane
04-10-2008, 10:08 PM
I'm trying to set up a 301 or permanent redirect. The page I'm trying to redirect is located at http://www.irishattic.net and I want to redirect it to http://www.kco1.net/blog
I've tried placing an .htaccess file in both the root directory of kco1 (irishattic is an alias domain under kco1) and in the irishattic directory with the code below but nothing happens. I tried entering some goobledeegook code and got a page error so I know that my webhost (GoDaddy) allows .htaccess files.
Here's the code I'm using:
Redirect permanent /irishattic.net/index.html http://www.kco1.net/blog
Any idea how I can get this redirect to work properly?
I've tried placing an .htaccess file in both the root directory of kco1 (irishattic is an alias domain under kco1) and in the irishattic directory with the code below but nothing happens. I tried entering some goobledeegook code and got a page error so I know that my webhost (GoDaddy) allows .htaccess files.
Here's the code I'm using:
Redirect permanent /irishattic.net/index.html http://www.kco1.net/blog
Any idea how I can get this redirect to work properly?