I want to use CMS on some panels in my index.html file. However, if I change that to index.php and include the couch start and end code:-
all browsers immediately go to couch/index.php which is the admin login.
I tried setting a simple redirect page as index.html and renaming my index page as start.php so that I could invoke Couch. However, the same thing happens and I end up at the admin login for couch.
Help please?
- Code: Select all
<?php require_once( 'couch/cms.php' ); ?> and <?php COUCH::invoke(); ?>
all browsers immediately go to couch/index.php which is the admin login.
I tried setting a simple redirect page as index.html and renaming my index page as start.php so that I could invoke Couch. However, the same thing happens and I end up at the admin login for couch.
Help please?
