From: Jason Woofenden Date: Tue, 3 Mar 2015 14:32:31 +0000 (-0500) Subject: define INC_WFPL, separate wfpl_main.php X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=8c4eef93b5d12e5453780b2b23c6a06af5d3894f define INC_WFPL, separate wfpl_main.php --- diff --git a/.htaccess b/.htaccess index 6d04476..7ba7ac4 100644 --- a/.htaccess +++ b/.htaccess @@ -7,7 +7,7 @@ DirectorySlash Off DirectoryIndex disabled AddDefaultCharset UTF-8 RewriteEngine on -RewriteRule ^[^/.]*$ /config.php [L] +RewriteRule ^[^/.]*$ /wfpl_main.php [L] ExpiresActive On diff --git a/admin.php b/admin.php index 68f9b38..c2d1935 100644 --- a/admin.php +++ b/admin.php @@ -1,6 +1,6 @@