Quote:
Originally Posted by Driven By Shine
When I close them, the link appears but when I click on it I get a 404 Not Found Message, what have I done?
|
I think your forum is in folder, something like
http://domain/forum/. If yes, you have to change
PHP Code:
<a href="/misc.php?do=enablestats" rel="nofollow">
to:
PHP Code:
<a href="http://your_domain/path_to_forum/misc.php?do=enablestats" rel="nofollow">