Clicking 'Forum' redirects to a missing page.

thongl0v3rx

Member
Just thought I'd point out that clicking the 'Forum' button (pictured below) redirects to
Code:
/Whale%20Tail%20Forum.php
, where you could really just have it redirect to
Code:
/
or
Code:
/forum.php
. I have the habit of clicking it, then getting the 404 error. Should be a simple fix, really.

 

ThongKing

Well-known member
Staff member
Site Owner
Mod
Just thought I'd point out that clicking the 'Forum' button (pictured below) redirects to
Code:
/Whale%20Tail%20Forum.php
, where you could really just have it redirect to
Code:
/
or
Code:
/forum.php
. I have the habit of clicking it, then getting the 404 error. Should be a simple fix, really.


Yeah thanks for letting me know. I have very limited knowledge on the codes and stuff. I will try to fix this. But I don't really know how to edit it.
 

thongl0v3rx

Member
I'm not familiar with this software specifically, but if you just search for where for the URL it redirects to (probably going to be the /Whale%20Tail%20Forum.php) in the files, you can just change that to either just / (root of the website, so it'll just go to whaletail-forum.com) or /forum.php (which will redirect to whaletail-forum.com/forum.php).
 
Top