From bf7f7a0e669a24dcc426b6b131ebf1dc61c4215d Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 13 Aug 2014 18:23:05 -0400 Subject: [PATCH] .htaccess works without knowing URL's pathname --- .htaccess | 2 +- code/wfpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index e8dd622..291b894 100644 --- 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] ExpiresActive On diff --git a/code/wfpl b/code/wfpl index 4a8a138..f3f1c7b 160000 --- a/code/wfpl +++ b/code/wfpl @@ -1 +1 @@ -Subproject commit 4a8a138374485bf4b73dc1dca38a60eb211600f2 +Subproject commit f3f1c7b8837433a9770043afb80cbd4d19494eaf -- 1.7.10.4