[pLog-svn] r5856 - plugins/branches/lifetype-1.2/sitemap
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Wed Aug 22 15:28:12 EDT 2007
Author: jondaley
Date: 2007-08-22 15:28:12 -0400 (Wed, 22 Aug 2007)
New Revision: 5856
Modified:
plugins/branches/lifetype-1.2/sitemap/readme.txt
Log:
tmp directory shouldn't block all files, that breaks the *.gif, etc. for images. Fixes http://bugs.lifetype.net/view.php?id=1375
Modified: plugins/branches/lifetype-1.2/sitemap/readme.txt
===================================================================
--- plugins/branches/lifetype-1.2/sitemap/readme.txt 2007-08-22 13:02:42 UTC (rev 5855)
+++ plugins/branches/lifetype-1.2/sitemap/readme.txt 2007-08-22 19:28:12 UTC (rev 5856)
@@ -8,13 +8,9 @@
Google that this file has changed.
In order for the site map to be accessible,
-change lifetype/tmp/.htacess to allow the sitemap folder to be read by a web browser
+add the following lines to lifetype/tmp/.htacess to allow the sitemap folder to be read by a web browser
-<Files "*">
- Order deny,allow
- Deny from all
-</Files>
-
+
<Files "sitemap.gz">
Order deny,allow
Allow from all
@@ -33,4 +29,4 @@
# Point to the sitemap file that is local to the blog if user use OTHER REQUEST MODE
RewriteRule ^/(.*)/sitemap([0-9]+)\.gz$ tmp/sitemap/$2/sitemap.gz [L,NC]
-</IfModule>
\ No newline at end of file
+</IfModule>
More information about the pLog-svn
mailing list