Configuration starts up fine. Everything is green and ok except for Netpbm, Imagemagick and Jhead which makes sense it's not configured yet. I go through the configuration and everything is ok. I run secure.bat and load the site and I get a 500 error. I've looked through the FAQ and the one's related to 500 errors doesn't seem to apply to my problem. To me it seems like there's something wrong with .htaccess but I've tried removing it a couple of times as well as doing fresh installs. Still the same problem.
Hope someone knows because I'm losing both sleep and sanity over this :grin:
Thx
- Dan
****************
Apache error log
[Fri Apr 04 15:00:42 2003] [alert] [client 195.198.139.10] D:/www.folder/staticpixels.dkcp.com/.htaccess: RewriteBase: argument is not a valid URL
Gallery .htaccess
php_value post_max_size 20971520
php_value upload_max_filesize 20971520
php_value magic_quotes_gpc off
Options +FollowSymLinks
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^([^.?/]+)/([0-9]+)$ /view_photo.php?set_albumName=$1&index=$2 [QSA]
RewriteRule ^([^.?/]+)/([A-Za-z_0-9-]+)$ /view_photo.php?set_albumName=$1&id=$2 [QSA]
RewriteRule ^([^.?/]+)/$ /$1 [R]
RewriteRule ^([^.?/]+)$ /view_album.php?set_albumName=$1 [QSA]
</IfModule>
Apache httpd.conf
<Directory D:www.folderstaticpixels.dkcp.com>
AllowOverride Options FileInfo
</Directory>
<VirtualHost *>
ServerAdmin
DocumentRoot "D:www.folderstaticpixels.dkcp.com"
DirectoryIndex index.htm index.php
ServerName staticpixels.dkcp.com
ErrorLog logs/staticpixels.dkcp.com-error_log
CustomLog logs/staticpixels.dkcp.com-access_log common
</VirtualHost>
------
Give us your Gallery/webserver information to get a faster answer.
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): http://staticpixels.dkcp.com
Gallery version: 1.3.3
Apache version: 2.0.45
PHP version (don't just say PHP 4, please): 4.3.1
Operating system: Win2k Adv. Server SP 3
Web browser/version (if applicable):
Posts: 8194
Mod_rewrite seems to be causing some problems. I'd disable it in Gallery...
Posts: 2
joyoflinux, I wouldn't go so far to say I love you but pretty damn close! Thanks a bunch. I thought I had disabled it before and I guess I might've but then I probably had other things messing with me as well. Anyways, works flawlessly now and I can live without the shortet URL's. I'll do some testing before I modify it but it seems to run really good. Any ideas why mod_rewrite wont work?
Posts: 8194
:smile:
No, it could be a variety of reasons why it isn't working. I'd check the Apache website or ''google'' around :smile: Good luck...