diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-02 22:36:19 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-02 22:36:19 -0600 |
| commit | 6feab02c864755c8e0bb2a8439fcd7161a1e5f68 (patch) | |
| tree | 8abac3a47dd9594f7430c3c7fff87ef104ae808f /.htaccess | |
| parent | 02409d3b99fe7601cf5ed03d07b03112f2fe0c38 (diff) | |
| parent | d007f31686e182e65cd18806ad3e4e29614fec81 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -29,13 +29,12 @@ # 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 -# </IfModule> then properly configure the RewriteBase line in the -# block below. You just need to change RewriteBase line to match your -# Gallery 3 URL. Here are some examples: +# You can use the mod_rewrite Apache module to get rid of the +# "index.php" from your Gallery 3 urls. Uncomment the block below +# inside the <IfModule> ... </IfModule> lines and then edit the +# RewriteBase line to match your Gallery 3 URL. # +# Here are some RewriteBase values: # Gallery 3 URL RewriteBase line # ============= ==================== # http://example.com/gallery3 RewriteBase /gallery3 @@ -45,9 +44,8 @@ # 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. +# want these changes to be persistent, talk to your system admin about +# putting this block into your Apache config files. # # <IfModule mod_rewrite.c> # RewriteEngine On |
