Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
in CouchCMS Documentation :
It is a good security measure to rename this folder to anything else you wish. This way you'll make it more difficult for unwanted visitors to try and access your admin section.

i RENAME it, like:
http://www.website.fr/testfolder/betatest/ (./testfolder/couch/)
WORK in admin mode
but
NOTHING
on live site:
http://www.website.fr/testfolder/

how to validate security point ?
ok, i have this version
CouchCMS Version 1.0.1 - Evaluation Copy (24 Days remaining)
Have you made sure that the mandatory statement at the top of every template
Code: Select all
<?php require_once( 'couch/cms.php' ); ?>

now uses the new location?
e.g. it should now become:
Code: Select all
<?php require_once( 'betatest/cms.php' ); ?>

Please let me know.
YES, i just in time to verify and find it !

you're a programmer
and
i, just a graphic designer
sorry, for this mistake
close this topic
thanks
Not a problem.
Happens to us programmers too :)
4 posts Page 1 of 1