Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Apache by Peta ( 6 years ago )
Allow from all
# disable directory listing
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
# proxy to `www` folder if this is apache root directory
RewriteRule (.*) www/$1 [L]
</IfModule>
Revise this Paste