diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-27 14:13:47 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-27 14:13:47 -0700 |
commit | 75c098204f44538b79932f852469ae9d4338074c (patch) | |
tree | 6ec0038e4b4bb647b681a1255b2918b3ad09d755 /.htaccess | |
parent | 7771d0cf83154772bcb47d3273220285cfb47f54 (diff) |
Add a comment about putting the mod_rewrite block into the apache
config files, since .htaccess will get clobbered.
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,11 @@ # # Then just use your Gallery 3 without the index.php in the url. # +# NOTE: future upgrades of Gallery 3 will overwrite this file! If you +# want these changes to be persistent, you should talk to your system +# administrator about putting this block into your Apache config +# files. +# # <IfModule mod_rewrite.c> # RewriteEngine On # RewriteBase / |