JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed run.php .htaccess example so it'll work for directory with no filename
[wfpl.git] / run.php
diff --git a/run.php b/run.php
index d3fab6b..3a3d85a 100644 (file)
--- a/run.php
+++ b/run.php
@@ -53,6 +53,7 @@
 # http://example.com/foo/bar.html
 
 # RewriteEngine  on
+# RewriteRule    ^$  /foo/run.php
 # RewriteRule    .*\.html$  /foo/run.php
 
 function run_php($basename = false) {