PDA

View Full Version : 301 Redirect on Zues Web Server


DrJ
Feb 17, 2006, 05:36 PM
Does anyone know how to do a 301 on Zues?

I want to redirect:

http:// abc.com

To:

http: //www. Abc.com

(without all the spaces of course... I can't get it to stop making those links)

I can't find a resource anywhere and its driving me nuts! Lol :confused:

LTheobald
Feb 20, 2006, 02:55 AM
I'm not familiar with Zeus, so I can't give much help. Can you use .htaccess files (if they are available) to do the redirection? It's also possible using PHP or ASP.

http://www.webconfs.com/how-to-redirect-a-webpage.php

The Zeus support pages also provided this (http://support.zeus.com/zws/examples/2005/12/16/redirecting_clients_to_alternate_pages).