[pLog-svn] r4610 - plog/branches/lifetype-1.1.5

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Jan 29 06:02:49 EST 2007


Author: oscar
Date: 2007-01-29 06:02:48 -0500 (Mon, 29 Jan 2007)
New Revision: 4610

Modified:
   plog/branches/lifetype-1.1.5/.htaccess
Log:
for some reason the order of these two rules was making a difference, and the link to a blog with paging was being ignored


Modified: plog/branches/lifetype-1.1.5/.htaccess
===================================================================
--- plog/branches/lifetype-1.1.5/.htaccess	2007-01-29 10:51:24 UTC (rev 4609)
+++ plog/branches/lifetype-1.1.5/.htaccess	2007-01-29 11:02:48 UTC (rev 4610)
@@ -58,10 +58,10 @@
 # Download a resource (i.e. /88_userfoo/get/this-is-a-resource-name.pdf)
 RewriteRule ^([0-9]+)_[^/]+/get/(.+)$ resserver.php?blogId=$1&resource=$2 [L,NC]
 
-# A non-default blog (i.e. /88_userfoo)
-RewriteRule ^([0-9]+)(_[^/]+)?$ index.php?blogId=$1 [L,NC]
 # -- same as above but with paging included
 RewriteRule ^([0-9]+)(_[^/]+)\.page\.([1-9]+)$ index.php?blogId=$1&page=$3 [L,NC]
+# A non-default blog (i.e. /88_userfoo)
+RewriteRule ^([0-9]+)(_[^/]+)?$ index.php?blogId=$1 [L,NC]
 
 # Static Pages (i.e /3_userfoo/demosites)
 RewriteRule ^([0-9]+)_[^/]+/(.+)$ index.php?op=Template&blogId=$1&show=$2 [NC]
@@ -69,7 +69,6 @@
 </IfModule>
 
 
-
 <Files post>
  ForceType application/x-httpd-php
 </Files>



More information about the pLog-svn mailing list