TheHowl/Pastedown/master/.htaccess - Htaccess File

TheHowl/Pastedown/master/.htaccess

ErrorDocument 404 /parse.php?pasteid=404
ErrorDocument 403 /parse.php?pasteid=403
RewriteEngine On

RewriteRule ^_paste/?$ paste.php [L]
RewriteRule ^_short/(.*)/?$ shorten.php?url=$1 [NC,L]

RewriteRule ^([^_][a-zA-Z0-9]+)/?$ parse.php?pasteid=$1 [NC,L]
RewriteRule ^([^_][a-zA-Z0-9]+).md/?$ raw/$1.md [NC,L]
RewriteRule ^([^_][a-zA-Z0-9]+).n/?$ index.php?epd=$1 [NC,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache