Hi,
ZP looks like it can be a super app ones you get it to work, but that I have problems with.
My server config: Apache/2.0.54 (Debian GNU/Linux), PHP/4.3.10-16, GD Support enabled, GD Version 2.0 or higher, I don't know about the brain, but I'm new to PHP and AJAX.
What do I do wrong?
Please help me!!
Thanks!
// Martin
In config.php, set the option
conf['mod_rewrite'] = false
if you don't have mod_rewrite enabled on your server. If you know you do, then open up the .htaccess file in the root /zp directory and change the RewriteBase to /zp
RewriteBase /zp
The "folders" you think you see with mod_rewrite enabled don't actually exist; they're pretty URLs to access the scripts easily.