dicks are for my friends
This commit is contained in:
parent
0820b5aaee
commit
49153a5822
2 changed files with 7 additions and 6 deletions
|
@ -13,12 +13,6 @@ RewriteEngine on
|
||||||
RewriteBase /
|
RewriteBase /
|
||||||
Options +FollowSymLinks -Indexes
|
Options +FollowSymLinks -Indexes
|
||||||
|
|
||||||
# Remove .php from the url
|
|
||||||
RewriteEngine on
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
|
||||||
RewriteCond %{REQUEST_FILENAME}\.php -f
|
|
||||||
RewriteRule ^(.*)$ $1.php
|
|
||||||
|
|
||||||
# Rewrite Rules
|
# Rewrite Rules
|
||||||
|
|
||||||
## Info pages
|
## Info pages
|
||||||
|
@ -32,3 +26,9 @@ RewriteRule ^news.xml$ news.php?xml
|
||||||
# Serving Images
|
# Serving Images
|
||||||
RewriteRule ^a/([0-9]+)$ imageserve.php?m=avatar&u=$1
|
RewriteRule ^a/([0-9]+)$ imageserve.php?m=avatar&u=$1
|
||||||
RewriteRule ^a/([0-9]+).png$ 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
1
manage/index.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<h1>broom closet</h1>
|
Reference in a new issue