JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
tweak mod_rewrite rule
authorJason Woofenden <jason@jasonwoof.com>
Tue, 3 Mar 2015 02:35:12 +0000 (21:35 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 3 Mar 2015 02:35:12 +0000 (21:35 -0500)
metaform/htaccess

index de9356a..4cb28ed 100644 (file)
@@ -34,7 +34,7 @@ RewriteEngine  on
 # Unfortunately, the rewrite rules only work with absolute paths, so if your
 # files are not at the top level of the domain, you'll have to customize this
 # part. Here's the config for running at the top level:
-RewriteRule    ^[^/.]*$  /config.php
+RewriteRule    ^[^/.]*$  /config.php [L]
 
 # use this line instead if you have this (.htaccess) file and your php and html
 # files in the ~form~ directory: