![]() |
|
Problems with /admin, thumbs and albums - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Problems with /admin, thumbs and albums (/thread-334.html) |
Problems with /admin, thumbs and albums - marlun78 - 2006-02-28 Hi, 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!! Problems with /admin, thumbs and albums - trisweb - 2006-03-01 In config.php, set the option
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
The "folders" you think you see with mod_rewrite enabled don't actually exist; they're pretty URLs to access the scripts easily. Problems with /admin, thumbs and albums - marlun78 - 2006-03-01 As I said, I'm new to PHP.... |