BeardandFedora/spawncamping-archer/master/.htaccess - Htaccess File

BeardandFedora/spawncamping-archer/master/.htaccess

# BEGIN Custom Routing

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://madrid-finish.codio.io:3000/$1/ [L,R=301]

# END Custom Routing

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache