PDA

View Full Version : CMPS as Home Page


bjf123
01-04-2005, 12:20 PM
I'd like the CMPS page to appear as the home page on my site. At the moment, the CMPS page is cmps_index.php. My site's home page is index.html. This page is strictly a placeholder, with no real information on it. How do I make the CMPS page automatically appear when someone types in www.roadsterforums.com ? Should I delete my index.html page and rename cmps_index.php to just index.php, or will the renaming cause problems elsewhere?

Brian
01-04-2005, 01:35 PM
Either delete or rename your index.html file, and rename the cmps_index.php file to index.php.

Our Sponsors
 

misodus
01-30-2006, 10:56 PM
Then you lose your main forum page. Every time you click at the link to the main forum page, it'll take you back to the portal.

Brian
02-02-2006, 03:58 AM
Not if you set things up correctly.

http://www.vbadvanced.com/forum/showthread.php?t=25


And in bjf123's case, he has his forums in a separate directory, so that doesn't apply. ;)

Our Sponsors
 

James
05-05-2006, 02:10 AM
This is something that I have been wanting to do for years.
I have never been able to make it work.

When I
rename your index.html file, and rename the cmps_index.php file to index.php.
The site stops working - it causes my url to point to a dead white screen.

So, I have had to use a redirect from index.html to index.cmps_php.
It works but the drawback is that search engines won't index the site anymore because of the redirect.

check it out: www.selfdefenseforums.com

ConqSoft
05-05-2006, 02:22 AM
You must not have your web server set to look for index.php as a default page.

James
05-05-2006, 03:42 AM
You must not have your web server set to look for index.php as a default page.

How do I do that? I'm on a dedicated server and I have root access.