Page 1 of 1

Making .htaccess to redirect forum

PostPosted: Tue Dec 23, 2008 9:47 pm
Author: tblackb1rd
I found this somewhere before but I cannot seem to find it now.

How do I make a .htaccess to redirect the index.php to portal.php?

Thanks in advance.

or explain what I have to add to the page_header.php and overall_header.tpl

Re: Making .htaccess to redirect forum

PostPosted: Wed Dec 24, 2008 5:45 am
Author: Helter
here is a good basic htaccess that you can build from. Put this in your forum foot
Code: Select all
# Lines That should already be in your .htacess
<Files>Order Allow,DenyDeny from All</Files>
<Files>Order Allow,DenyDeny from All</Files>  
# You may need to un-comment the following line
# Options +FollowSymlinksDirectoryIndex portal.php index.php index.html index.htm
RewriteEngine On