summaryrefslogtreecommitdiff
path: root/.htaccess
AgeCommit message (Collapse)Author
2013-12-29Bump upload limit to 100M for big things like videos.Nathan Kinkade
2011-01-14Git pull from devel line.Nathan Kinkade
2011-01-11Mirror .htaccess PHP settings into php.ini for hosts that haveBharat Mediratta
per-dir php.ini support configured, but don't use .htaccess. Fixes #1603.
2010-09-29Protect ".ini" files in the example security stanza. Fixes ticketBharat Mediratta
2010-09-17Pulled latest source from upstream.Nathan Kinkade
2010-09-07In the security block, make the "Deny from all" explicit to avoidBharat Mediratta
confusion. Specifically allow robots.txt to be a visible .txt file. Fixes ticket #1343.
2010-09-05Force "Options +FollowSymLinks" since that's a requirement forBharat Mediratta
mod_rewrite to work. This is surprisingly obscure in the docs. Thanks to bromide for turning this up in http://gallery.menalto.com/node/97791!
2010-09-01Manually merged changes to .htaccess file resolving conflicts due to my ↵Nathan Kinkade
changes of the file.
2010-09-01Enabled some of the nice features available in the default .htaccess file.Nathan Kinkade
2010-08-28Add an new rule to the mod_rewrite example that redirects you awayBharat Mediratta
from index.php to the short urls.
2010-06-20Add a <FilesMatch> section to hide files that browsers shouldn't see.Bharat Mediratta
2009-09-11Change all booleans to use php_flag instead of php_value. And turn offBharat Mediratta
suhosin.session.encrypt by default.
2009-09-02Tighten up the mod_rewrite text a bit.Bharat Mediratta
2009-08-27Add a comment about putting the mod_rewrite block into the apacheBharat Mediratta
config files, since .htaccess will get clobbered.
2009-07-07Change references to Gallery 2 and Gallery 3 to consistently refer toTim Almdal
Gallery n as opposed any variants of this.
2009-06-29Add instructions for using mod_expiresBharat Mediratta
2009-06-27Try to disable the parts of mod_security that interfere with the Flash uploaderBharat Mediratta
2009-06-24Turn off magic_quotes_sybase and magic_quotes_runtime.Bharat Mediratta
Fixes ticket #394.
2009-06-24Comment out the whole <IfModule> block; without proper configurationBharat Mediratta
it breaks gallery3 if you don't specify index.php.
2009-06-24Oops, remove my own custom RewriteBase. I can see that this is goingBharat Mediratta
to be a problem with this approach.
2009-06-24Add support for mod_rewrite in the .htaccess file. There are nowBharat Mediratta
instructions for how to tweak RewriteBase correctly. Once that's done, index.php will automagically disappear. \o/
2009-02-05php_flag -> php_value, guard all with <IfModule mod_php5.c>Bharat Mediratta
2008-11-10Raise upload_max_filesize and post_max_size to very high valuesBharat Mediratta
2008-11-09try to disable register_globalsBharat Mediratta
2008-11-05doh. ini_set for short_open_tag only works in old version of php. reverting ↵Chris Kelly
to using .htaccess
2008-11-05move short_open_tag setting from .htaccess to ini_set because it works more ↵Chris Kelly
often and fails more gracefully
2008-11-02Turn on short_open_tagsBharat Mediratta