PDA

View Full Version : Forum url


PamelaE
02-20-2005, 05:02 PM
Hi,

Just a question as I have yet to implement the CMPS, but my forum is in the root directory of www.soapchat.net and not /forum. Does it mean I would have to change where my forum sits before I install the cmps?

Thanks :)

vtec44
02-20-2005, 05:17 PM
In your .htaccess file, you can add cmps_index.php at the beginning of the list. That will tell Apache to load cmps_index.php first, which is your portal index page.


DirectoryIndex cmps_index.php index.php index.html

Our Sponsors
 

PamelaE
02-20-2005, 05:52 PM
Ok I will give it a go and see what happens. Thanks :)