Changing index to cmps

jayjayjay

New Member
Hey guys, another question for you to kindly offer your skills!

My homepage is currently set to wordpress, AdixUnite

However, we have just succesfully installed a cmps for our forum. Could you please help us, change our current home index to point to our cmps instead of the wordpress..

So, something like this:

Homepage = cmps.... with a link in the navbar already made, that points to /forum.

Many thanks in advance for any help.

Jay
 
ok let me see o.o first about making the cmps your index, you can change you cmps_index.php to index.php or you can make this with .htaccess:

first make the .htaccess if you don't have one and then in that file put:

DirectoryIndex cmps_index.php

and that's all cya and hope it helps
 
Ok thanks alot, however, the one for .htaccess didn't work, just gave me the directory of all the folders on our server, and not the actually cmps...

Secondly, i renamed it to index.php and got this error:

Warning: require_once(./includes/vba_cmps_include_template.php) [function.require-once]: failed to open stream: No such file or directory in /home/adixunit/public_html/index.php on line 43

Fatal error: require_once() [function.require]: Failed opening required './includes/vba_cmps_include_template.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/adixunit/public_html/index.php on line 43

Any ideas?
 
Back
Top