| 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 /hermes/bosweb/web006/b62/ipw.harrysil/public_html/v-web/gallery>
AllowOverride Options FileInfo
</Directory>
|