Ok so i have a phpbb forum with a portal mod ...
im using this for a while to redirect from the main domain (ex. example.com)to the Forums folder
Redirect 301 /index.php http://www.example.COM/Forums
but i dont want the domain to link to the index anymore ..
i want to link the domain to /Forums/portal.php
and not /Forums/index.php as the code above dos ...
i tried to change the index with the portal like this :
Redirect 301 /portal.php http://www.example.COM/Forums
but it gives me a 404 error.. any idea whats up?
Also i would like some fix for caps on folders ..
im on a Linux system and if i have a folder called Forums it gives me a error if i try browsing to forums(no caps on F)