Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi is there a way to change to cms directory

example

instead of domain.com/couch/
could we use domain.com/cms/
yes you can ... change the name of the couch folder to cms and then simply change the opening of your HTML documents from:
Code: Select all
<?php require_once( 'couch/cms.php' ); ?>
to:
Code: Select all
<?php require_once( 'cms/cms.php' ); ?>
2 posts Page 1 of 1
cron