ollej/UploadBin/master/.htaccess
RewriteEngine On
#RewriteCond %{HTTP_HOST} !^uploadbin.net [NC]
#RewriteCond %{HTTP_HOST} !^$
#RewriteRule (.*) http://uploadbin.net/$1 [L,R]
#RewriteRule #(.*)$ easyfup.php?action=$1 [R,L]
RewriteRule ^$ easyfup.php [L]
RewriteRule ^([a-z0-9]{32})(/(.*))? easyfup.php?action=download&name=$1&downloadfilename=$3 [L]
RewriteRule ^config.xml - [F,L]
RewriteRule ^list/?$ easyfup.php?action=list [L]
RewriteRule ^index/?$ easyfup.php [L]
RewriteRule ^upload/?$ easyfup.php?action=upload [L]
RewriteRule ^faq/?$ easyfup.php?action=faq [L]
RewriteRule ^blog/?$ easyfup.php?action=blog [L]
RewriteRule ^contact/?$ easyfup.php?action=contact [L]
RewriteRule ^delete/([a-z0-9]{64}) easyfup.php?action=delete&name=$1 [L]
RewriteRule ^view/([a-z0-9]{32}) easyfup.php?action=view&name=$1 [L]
RewriteRule ^status/([a-z0-9]{32}) easyfup.php?action=status&name=$1 [L]
RewriteRule ^listpublic/?$ easyfup.php?action=listpublic [L]
# We don't want no friggin magic quotes!
php_flag magic_quotes_gpc off
On Github License
Files
Download PDF of Htaccess file