How can I stop my site using index.php?
I placed the following in my httpd.conf file so that a user who doesn't specify the forum directory is redirected to the forum:
Alias /index.php /home/rf1/public_html/forums/
However now once I go to the forum all my URLs have "index.php" in the path:
<domain>/index.php/calendar.php
How can I make it so the URLs look normal like this:
<domain>/forums/calendar.php
Hope someone can help with this.
Thanks,
|