diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-06-29 22:10:10 -0700 |
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-29 22:10:10 -0700 |
| commit | b0bc99a81f933a6bfa6cca2d3a34102de1eee7ba (patch) | |
| tree | 2b10b04af16b119ac0c2cff50bdf6232fcba3d61 /.htaccess | |
| parent | d4738ce4844d39d55fec7f149c6aff5c061c0a38 (diff) | |
| parent | c9e8ff8fcb4c42948c8272ae367adda83957c101 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -10,11 +10,25 @@ </IfModule> # Try to disable the parts of mod_security that interfere with the Flash uploader +# <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> +# Improve performance by uncommenting this block. It tells the +# browser that your images don't change very often so it won't keep +# asking for them. If you get an error after uncommenting this, make +# sure you specify "AuthConfig Indexes" in your Apache config file. +# +# <IfModule mod_expires.c> +# ExpiresActive On +# # Cache all files for a month after access (A). +# ExpiresDefault A2678400 +# # Do not cache dynamically generated pages. +# ExpiresByType text/html A1 +# </IfModule> + # You can use mod_rewrite to enable short urls in Gallery 3 (which # gets rid of the "index.php" from your urls). To do this, you must # uncomment the block below that starts with <IfModule> and ends with |
