[postgis-tickets] r14355 - Remove base rewrite line

Paul Ramsey pramsey at cleverelephant.ca
Thu Nov 5 11:44:36 PST 2015


Author: pramsey
Date: 2015-11-05 11:44:36 -0800 (Thu, 05 Nov 2015)
New Revision: 14355

Modified:
   web/.htaccess
Log:
Remove base rewrite line


Modified: web/.htaccess
===================================================================
--- web/.htaccess	2015-11-05 19:18:42 UTC (rev 14354)
+++ web/.htaccess	2015-11-05 19:44:36 UTC (rev 14355)
@@ -20,7 +20,7 @@
 RewriteRule ^.*$ - [NC,L]
 
 # Rewrite all the rest through the gateway.
-RewriteRule ^.*$ index.php [NC,L]
+#RewriteRule ^.*$ index.php [NC,L]
 
 # Various other configuration stuff.
 SetEnv TZ Canada/Vancouver



More information about the postgis-tickets mailing list