From 49153a5822ad14ba9be3f61abb29c1759ac596e0 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 2 Apr 2015 19:54:11 +0200 Subject: [PATCH] dicks are for my friends --- main/.htaccess | 12 ++++++------ manage/index.html | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 manage/index.html diff --git a/main/.htaccess b/main/.htaccess index 2e6435b..673f4a9 100644 --- a/main/.htaccess +++ b/main/.htaccess @@ -13,12 +13,6 @@ RewriteEngine on RewriteBase / Options +FollowSymLinks -Indexes -# Remove .php from the url -RewriteEngine on -RewriteCond %{REQUEST_FILENAME} !-d -RewriteCond %{REQUEST_FILENAME}\.php -f -RewriteRule ^(.*)$ $1.php - # Rewrite Rules ## Info pages @@ -32,3 +26,9 @@ RewriteRule ^news.xml$ news.php?xml # Serving Images RewriteRule ^a/([0-9]+)$ imageserve.php?m=avatar&u=$1 RewriteRule ^a/([0-9]+).png$ imageserve.php?m=avatar&u=$1 + +# Remove .php from the url +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME}\.php -f +RewriteRule ^(.*)$ $1.php diff --git a/manage/index.html b/manage/index.html new file mode 100644 index 0000000..9cf7462 --- /dev/null +++ b/manage/index.html @@ -0,0 +1 @@ +

broom closet

\ No newline at end of file