FAQ
FAQ : Known problems
The apache security module (mod_security apache) prohibits using slashs / in URLs. While trying to install phpmyvisites, I get a 500 error. What to do?
The simplest solution we found is to trust phpMyVisites and to disable the mod_security for the phpMyVisites files.
To do so, create a .htaccess in the directory root of phpMyVisites (/phpmv2/) with the line "SecFilterEngine Off". This will disable the mod_security for the phpmyvisites directory.
Back to FAQ