Click to See Complete Forum and Search --> : SEO/Google Happy Main Page Redirect


Richiedude
09-09-2007, 09:21 AM
Instead of my main page going to www.mysite.com/index.php I want it, when www.mysite.com is entered, to go to www.mysite.com/updates/index.php
(I want that to be the homepage/default page, if you will)

What is the best & proper search engine (& google happy) way to do that?

NogDog
09-09-2007, 11:07 PM
If on an Apache web server, you could use a mod_rewrite rule in a .htaccess file to do the redirection.

Kravvitz
09-09-2007, 11:10 PM
Wouldn't it be better to use a 302 or 301 redirect?

http://www.internetofficer.com/seo/302-redirect/
http://www.internetofficer.com/seo/301-redirect/

LeeU
09-10-2007, 12:21 PM
You could use this:

Redirect 301 / http://www.mysite.com/updates/index.php

ellanab
09-10-2007, 08:38 PM
Take a look at this tutorial:

http://www.graphixsbydesign.com/gbdcontent/Web-Design-Tutorials/htaccess-redirect-to-sub-directory.html