Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I have a local development setup with MAMP 5.1 and CouchCMS 2.2. When accessing an index.php file of a particular website I receive ERR_TOO_MANY_REDIRECTS. I can easily access any other .php page and even admin, but for some reason, index.php cannot be loaded.

Any advice on how possibly resolve this will be highly appreciated.
Hi,

Is the site running with prettyURLs activated? If yes, you may try regenerating the .htaccess file (using gen_dump.php). Also try explicitly specifying the site URL in couch/config.php.

If that doesn't help, perhaps then the issue is being caused by some code you are using in index.php?
Attach the template here (or PM it to me) and I'll take a look at it.
Setting
Code: Select all
define( 'K_PRETTY_URLS', 0 );
gets me access to index.php and all the other pages in including admin. Thanks!
3 posts Page 1 of 1