ZenphotoCMS Forum
500 Internal Error - 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: 500 Internal Error (/thread-1366.html)



500 Internal Error - Sc0rian - 2007-04-12

http://sc0rian.com/audioscape/inc/installs/gallery/

RewriteEngine true
â™ 

!!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!


RewriteBase /audioscape/inc/installs/gallery

$conf['mod_rewrite'] = true;

define('WEBPATH', 'audioscape/inc/installs/gallery');
define('SERVERPATH', '/home17b/sub001/XXXXX-BBSQ/www/audioscape/inc/installs/gallery');

why aint it working ?? whats wrong?




500 Internal Error - trisweb - 2007-04-12

Try

RewriteEngine on

instead...