Forum Moderators: coopster
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
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