|
Coding Problem URL redirect
I have phpBB mods on my website. The one mod is a portal skin to make the index page look more like a portal rather than a BB.
The changes in the code I made replaced index.php with portal.php (as per instructions.) I then had to change the .htaccess to accept this.
Problem is now. The other two domains on my server account are affected by this because the .htaccess change was in the root directory. I tried changing the .htaccess per domain and it's not working.
If I type in /index.php on my other two websites they are viewed fine. Unfortunatly this is the only way to view them.
How would/can I fix this?? I guess their is a special way to change the .htaccess on my two websites to get this working, but I'm at a loss here.
|