TheJosh/chaotic-rage-api/master/.htaccess - Htaccess File

TheJosh/chaotic-rage-api/master/.htaccess

RewriteEngine on
Options -MultiViews

# These are our API endpoints
RewriteRule ^register$ register.php [L]
RewriteRule ^unregister$ unregister.php [L]
RewriteRule ^list$ list [L]

# Don't allow access to anything else
RewriteRule ^$ - [F]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache