JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
relative RewriteRules are still broken on some servers
authorJason Woofenden <jason@jasonwoof.com>
Tue, 16 Sep 2014 18:32:03 +0000 (14:32 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 16 Sep 2014 18:32:03 +0000 (14:32 -0400)
.htaccess

index 291b894..e8dd622 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -7,7 +7,7 @@ DirectorySlash Off
 DirectoryIndex disabled
 AddDefaultCharset UTF-8
 RewriteEngine  on
-RewriteRule    ^[^/.]*$  ./run.php [L]
+RewriteRule    ^[^/.]*$  /run.php [L]
 
 <FilesMatch "\.(css|jpg|png)$">
        ExpiresActive On