Redirecting Help

Zuinag

Resident
Joined
May 28, 2011
Messages
631
Reaction score
0
FP$
2,178
Hey everyone!

I am currently setting up my new forum and have ran into a little snag.

promovee.ushost247.com

If you click the main logo or the "Forum" and "Store" tabs I get an error. For example, if I hit the "Forum" tab I get sent to this:

http://promovee.ushost247.com/forum/forums.php

And I receive this message:

Code:
404 Not Found

The resource requested could not be found on this server!
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!

I assume this has something to do with redirecting. How can I redirect the main domain to /forum? Isn't that what I need to do? The forum is running the latest versions of MyBB.
 
You have to change the link of logo to index.php and for redirecting your main domain to /forum go to your cpanel and click Redirects, their you may redirect your domains.
 
Have you included the "http://"
And to change the link of the logog you have to edit the template files
ACP>Themplates and styles>templates>your theme template>header templates>header.php

Find the link then edit it
 
Go to your cPanel>Redirects> Make it so that when people want to go to /forums it takes them to /index.php
 
khaleel said:
Have you included the "http://"
And to change the link of the logog you have to edit the template files
ACP>Themplates and styles>templates>your theme template>header templates>header.php

Find the link then edit it
Yes, the server is thinking /forums should be added to the base domain. Your domain needs to include "http://www." at the beginning to specify a whole domain name like khaleel was saying.
 
Back
Top Bottom