3
Hi Dslchart,
The home page is not xoops, I want to redirect that page to Xoops.
What I did is to use the redirect in php:
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location:
http://www.mypage/xoops" );
?>
Wondering if this was most efficient?
Thank you,
Rick