JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
relative rewriterule not supported in some versions of apache
authorJason Woofenden <jason@jasonwoof.com>
Thu, 18 Dec 2014 20:17:51 +0000 (15:17 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 18 Dec 2014 20:17:51 +0000 (15:17 -0500)
metaform/htaccess

index 317f925..517f638 100644 (file)
@@ -42,7 +42,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    ^[^/.]*$  ./run.php
+RewriteRule    ^[^/.]*$  /run.php
 
 # use this line instead if you have this (.htaccess) file and your php and html
 # files in the ~form~ directory: