Ok so today I created our new website at www.team-xcaliber.net and the template is from surreal media and the buttons on top work alright (ex- links, forums) but once you go in to forums (i installed phpbb in www.team-xcaliber.net/forums directory) the buttons that are on top dont work anymore, it gives you a http error, i was wondering if there is anyway to fix it. Maybe i can put somekind of php redirect script so when people click it takes them to the link, Easiest way for you to look at the problem is if you go to the site and check it out, any help is appreciated, thx
any thing?
sorry dude dont know shit about that
That's an easy fix. If you can find the file that has the links for those buttons I will fix it for you.
You can do it yourself if you want, just put two periods in-front of each link.
For example, if it says:
Make it:
You can do it yourself if you want, just put two periods in-front of each link.
For example, if it says:
Code:
<a href="index.php">The Home Button</a>
Code:
<a href="../index.php">The Home Button</a>