Due to the fact I forgot having a Co-Domain in a WEB, did not want to create one but anyway wanted to redirect the web, i remembered the apache command redirect. So if you desire to redirect the web to any URL, you cann add the apache directive Docs: http://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirect hth Ben
To anybody interested in the "art" of redirecting, take a look at this nice article: http://www.stevenhargrove.com/redirect-web-pages/
So if I want to use htaccess to do the redirect all I have to do is add Redirect 301 /old/old.html http://www.you.com/new.html in an .htaccess file. Nice! Would this mean that I need to create the .htaccess file in /var/www/web1 with the following statement? Redirect 301 /var/www/web1/web/old.html http://www.mydomain.dom/new.html