On my site I have a script as below in the root in index.php
Is this a good idea until I can get a mainpage made?PHP Code:<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.socceram.net/forums" );
?>
Thanks
This is a discussion on 301 Redirect from root to /forums! within the General Discussion forums, part of the vBulletin SEO Discussion category; On my site I have a script as below in the root in index.php PHP Code: <? Header ( "HTTP/1.1 301 Moved Permanently" ...
On my site I have a script as below in the root in index.php
Is this a good idea until I can get a mainpage made?PHP Code:<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.socceram.net/forums" );
?>
Thanks
That should be ok for the time being. What is your time frame for adding a homepage? What software do you plan to use?
Hii,
As you said, it is okay for the time being. May I know whats the best way to achieve the same thing.
Thanks
You can directly redirect all root requests to your forum via .htaccess. If you are not going to use a portal or any cms system that is the option you need to follow.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
If you're only redirecting for a temproary amount of time like 2-3 weeks, wouldn't a 302 redirect be better?
Or would it not matter?