Vraag over de welbekende gallery voor online foto's van: http://gallery.menalto.com/index.php
Ik gebruik:
Windows XP
Apache 1.3.29
PHP 4.3.3
Alles werkt en is netjes geinstalleerd, behalve een fout over de .htacces file.
Dit is de informatie die de "checkup" van gallery geeft:
Ik gebruik:
Windows XP
Apache 1.3.29
PHP 4.3.3
Alles werkt en is netjes geinstalleerd, behalve een fout over de .htacces file.
Dit is de informatie die de "checkup" van gallery geeft:
Als ik deze netjes onderaan in het bestand httpd.conf toevoeg, dan werkt dit nog niet, iemand ervaring hiermee die tips heeft ?Allow the Gallery .htaccess file to set application specific configuration options for the Gallery application. This is controlled by the webserver owner so it's not always possible for you to change it. The main drawbacks to not having this are that you may not be able to upload files > 2MB (e.g. big ZIP files) and you may not be able to use mod_rewrite (see below). Warning!
Apache is not obeying your .htaccess file. Try entering the following into your web server's httpd.conf file:
<Directory c:\apache\apache\htdocs\gallery>
AllowOverride Options FileInfo
</Directory>