Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | Rename BUILD_NUMBER->.build_number | Bharat Mediratta | |
2011-01-17 | Add BUILD_NUMBER to the security check in .htaccess | Bharat Mediratta | |
Change BUILD_NUMBER to be .ini format and add a big "do not edit" comment. | |||
2011-01-11 | Mirror .htaccess PHP settings into php.ini for hosts that have | Bharat Mediratta | |
per-dir php.ini support configured, but don't use .htaccess. Fixes #1603. | |||
2010-09-29 | Protect ".ini" files in the example security stanza. Fixes ticket | Bharat Mediratta | |
2010-09-07 | In the security block, make the "Deny from all" explicit to avoid | Bharat Mediratta | |
confusion. Specifically allow robots.txt to be a visible .txt file. Fixes ticket #1343. | |||
2010-09-05 | Force "Options +FollowSymLinks" since that's a requirement for | Bharat 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-08-28 | Add an new rule to the mod_rewrite example that redirects you away | Bharat Mediratta | |
from index.php to the short urls. | |||
2010-06-20 | Add a <FilesMatch> section to hide files that browsers shouldn't see. | Bharat Mediratta | |
2009-09-11 | Change all booleans to use php_flag instead of php_value. And turn off | Bharat Mediratta | |
suhosin.session.encrypt by default. | |||
2009-09-02 | Tighten up the mod_rewrite text a bit. | Bharat Mediratta | |
2009-08-27 | Add a comment about putting the mod_rewrite block into the apache | Bharat Mediratta | |
config files, since .htaccess will get clobbered. | |||
2009-07-07 | Change references to Gallery 2 and Gallery 3 to consistently refer to | Tim Almdal | |
Gallery n as opposed any variants of this. | |||
2009-06-29 | Add instructions for using mod_expires | Bharat Mediratta | |
2009-06-27 | Try to disable the parts of mod_security that interfere with the Flash uploader | Bharat Mediratta | |
2009-06-24 | Turn off magic_quotes_sybase and magic_quotes_runtime. | Bharat Mediratta | |
Fixes ticket #394. | |||
2009-06-24 | Comment out the whole <IfModule> block; without proper configuration | Bharat Mediratta | |
it breaks gallery3 if you don't specify index.php. | |||
2009-06-24 | Oops, remove my own custom RewriteBase. I can see that this is going | Bharat Mediratta | |
to be a problem with this approach. | |||
2009-06-24 | Add support for mod_rewrite in the .htaccess file. There are now | Bharat Mediratta | |
instructions for how to tweak RewriteBase correctly. Once that's done, index.php will automagically disappear. \o/ | |||
2009-02-05 | php_flag -> php_value, guard all with <IfModule mod_php5.c> | Bharat Mediratta | |
2008-11-10 | Raise upload_max_filesize and post_max_size to very high values | Bharat Mediratta | |
2008-11-09 | try to disable register_globals | Bharat Mediratta | |
2008-11-05 | doh. ini_set for short_open_tag only works in old version of php. reverting ↵ | Chris Kelly | |
to using .htaccess | |||
2008-11-05 | move short_open_tag setting from .htaccess to ini_set because it works more ↵ | Chris Kelly | |
often and fails more gracefully | |||
2008-11-02 | Turn on short_open_tags | Bharat Mediratta | |