dicks are for my friends

This commit is contained in:
flash 2015-04-02 19:54:11 +02:00
parent 0820b5aaee
commit 49153a5822
2 changed files with 7 additions and 6 deletions

View file

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

1
manage/index.html Normal file
View file

@ -0,0 +1 @@
<h1>broom closet</h1>