JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
found out RewriteBase is redundant
authorJason Woofenden <jason183@herkamire.com>
Sat, 30 Dec 2006 07:32:07 +0000 (02:32 -0500)
committerJason Woofenden <jason183@herkamire.com>
Sat, 30 Dec 2006 07:32:07 +0000 (02:32 -0500)
run.php

diff --git a/run.php b/run.php
index 8d8d1df..d3fab6b 100644 (file)
--- a/run.php
+++ b/run.php
@@ -53,7 +53,6 @@
 # http://example.com/foo/bar.html
 
 # RewriteEngine  on
-# RewriteBase    /foo/
 # RewriteRule    .*\.html$  /foo/run.php
 
 function run_php($basename = false) {