[pLog-svn] r6033 - plog/branches/lifetype-1.2
reto at devel.lifetype.net
reto at devel.lifetype.net
Sun Nov 11 06:30:56 EST 2007
Author: reto
Date: 2007-11-11 06:30:56 -0500 (Sun, 11 Nov 2007)
New Revision: 6033
Modified:
plog/branches/lifetype-1.2/.htaccess
Log:
fixing rewritebase - thanks jon for reading the commits carefuly :)
Modified: plog/branches/lifetype-1.2/.htaccess
===================================================================
--- plog/branches/lifetype-1.2/.htaccess 2007-11-10 21:26:32 UTC (rev 6032)
+++ plog/branches/lifetype-1.2/.htaccess 2007-11-11 11:30:56 UTC (rev 6033)
@@ -12,7 +12,7 @@
<IfModule mod_rewrite.c>
RewriteEngine On
-RewriteBase /lt/lt12/
+RewriteBase /
# Point to the sitemap file that is local to the blog
RewriteRule ^sitemap([0-9]+)\.gz$ tmp/sitemap/$1/sitemap.gz [L,NC]
More information about the pLog-svn
mailing list