[limb-svn] r6117 - in 3.x/examples/crud: . www

svn at limb-project.com svn at limb-project.com
Mon Jul 9 15:57:45 MSD 2007


Author: wiliam
Date: 2007-07-09 15:57:45 +0400 (Mon, 09 Jul 2007)
New Revision: 6117
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6117

Added:
   3.x/examples/crud/.htaccess
Modified:
   3.x/examples/crud/www/.htaccess
Log:
-- better .htaccess settings

Added: 3.x/examples/crud/.htaccess
===================================================================
--- 3.x/examples/crud/.htaccess	                        (rev 0)
+++ 3.x/examples/crud/.htaccess	2007-07-09 11:57:45 UTC (rev 6117)
@@ -0,0 +1,4 @@
+Allow from all
+
+RewriteEngine On
+RewriteRule ^(.*)$ www [L]

Modified: 3.x/examples/crud/www/.htaccess
===================================================================
--- 3.x/examples/crud/www/.htaccess	2007-07-09 11:36:21 UTC (rev 6116)
+++ 3.x/examples/crud/www/.htaccess	2007-07-09 11:57:45 UTC (rev 6117)
@@ -2,9 +2,8 @@
 
 RewriteEngine On
 
-RewriteBase /
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME} !-s
 RewriteCond %{REQUEST_FILENAME} !-l
-RewriteRule ^(.+)$ /index.php?%{QUERY_STRING} [L]
+RewriteRule ^(.+)$ index.php?%{QUERY_STRING} [L]



More information about the limb-svn mailing list