From 06bd10d210480aae7783bacaa2e69234bdd718e7 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 11 Nov 2013 12:07:44 +0000 Subject: [PATCH] Configured local server to act like main one --- .htaccess | 2 +- includes/header.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 7132e16..75394c1 100644 --- a/.htaccess +++ b/.htaccess @@ -19,4 +19,4 @@ RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f -RewriteRule ^(.*)$ $1.php [L,QSA] +RewriteRule ^(.*)$ /$1.php [L,QSA] diff --git a/includes/header.php b/includes/header.php index 531e40a..9fe68b1 100644 --- a/includes/header.php +++ b/includes/header.php @@ -1,12 +1,12 @@