From 1883204000b0d20d9dc41e025345592166518a8b Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 18 Dec 2014 15:17:51 -0500 Subject: [PATCH] relative rewriterule not supported in some versions of apache --- metaform/htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaform/htaccess b/metaform/htaccess index 317f925..517f638 100644 --- a/metaform/htaccess +++ b/metaform/htaccess @@ -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: -- 1.7.10.4