Forum Moderators: coopster

Message Too Old, No Replies

how to redirect example.org to example.org/Main Page

Wiki site using mediawiki.

         

lakr

5:26 am on Oct 29, 2007 (gmt 0)

10+ Year Member



Dear gurus,

Could you please tell me how to redirect my homepage from example.org to example.org/Main_Page for a site using mediawiki?

I appreciate your help.

Lkr

Habtom

8:24 am on Oct 29, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can use the following in PHP to redirect from one page or site ot another.

header('Location: index.php');

But I think you are looking for htaccess redirects, if so look at redirect using htaccess, but not 301 [webmasterworld.com]

Habtom