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 @@