View Full Version : Urgent Help
Osama11
08-20-2010, 04:08 AM
i have just upgraded my forum to vb4 .
my site doesn't work without /forum.php
if i just type www.yourdomain.com it doesnot work how can i fix that?
if i type www.yourdomain.com/forum.php it works then
how can i fix it so when ever i just type my domain name site works
Lynne
08-20-2010, 04:15 AM
Where does www.yourdomain.com go - do you get an error, get a blank page, or ??? What happens if you go to www.yourdomain.com/index.php - does that work? It is a server issue as far as where www.yourdomain.com points. Most servers are set up so that if you go to www.yourdomain.com it automatically goes to index.html or index.php or some other file.
Osama11
08-20-2010, 04:17 AM
it goes to index.php
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
--------------- Added 1282281673 at 1282281673 ---------------
if i write mydomain.com/forum.php it works
but with index.php it doesn't
Lynne
08-20-2010, 04:22 AM
And did you modify the index.php page to point to your forum.php page? Open index.php and edit these lines to look like this:
/**
* Use the CMS as the default script:
*/
// require('content.php');
/**
* Use the forum as the default script:
*/
require('forum.php');
Osama11
08-20-2010, 04:25 AM
WOW
it works. Ur smart :D
Thnks ALot .
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.