index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.htaccess
Age
Commit message (
Expand
)
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
2011-01-11
Mirror .htaccess PHP settings into php.ini for hosts that have
Bharat Mediratta
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
2010-09-05
Force "Options +FollowSymLinks" since that's a requirement for
Bharat Mediratta
2010-08-28
Add an new rule to the mod_rewrite example that redirects you away
Bharat Mediratta
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
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
2009-07-07
Change references to Gallery 2 and Gallery 3 to consistently refer to
Tim Almdal
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
2009-06-24
Comment out the whole <IfModule> block; without proper configuration
Bharat Mediratta
2009-06-24
Oops, remove my own custom RewriteBase. I can see that this is going
Bharat Mediratta
2009-06-24
Add support for mod_rewrite in the .htaccess file. There are now
Bharat Mediratta
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 t...
Chris Kelly
2008-11-05
move short_open_tag setting from .htaccess to ini_set because it works more o...
Chris Kelly
2008-11-02
Turn on short_open_tags
Bharat Mediratta