From: Jason Woofenden Date: Wed, 13 Aug 2014 22:23:05 +0000 (-0400) Subject: .htaccess works without knowing URL's pathname X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bf7f7a0e669a24dcc426b6b131ebf1dc61c4215d;p=wfpl-cms.git .htaccess works without knowing URL's pathname --- 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