I have installed couch and everything worked fine. I am following the tutorial in the documentation. I was able to see the admin panel fine. Then I added the about page and the two lines to the about.php and when I refresh the admin panel it now goes to a directory listing of the couch index on my server. It will not access the admin panel anymore.
I tried deleting everything and reinstalling again and the same issue occurred.
Has anyone encountered this problem? Could you lead me in the right direction to fix the problem
THanks
I also have notice that in my about.php file (I am using brackets not notepad) the first line of code changes colors <?php require_once( 'redcouch/cms.php' ); ?> however the last line of code stays black
<?php COUCH::invoke(); ?>
I am not sure if that is part of the problem.
I tried deleting everything and reinstalling again and the same issue occurred.
Has anyone encountered this problem? Could you lead me in the right direction to fix the problem
THanks
I also have notice that in my about.php file (I am using brackets not notepad) the first line of code changes colors <?php require_once( 'redcouch/cms.php' ); ?> however the last line of code stays black
<?php COUCH::invoke(); ?>
I am not sure if that is part of the problem.