gomasch/WebPhpTurnierAnmeldung/master/.htaccess - Htaccess File

gomasch/WebPhpTurnierAnmeldung/master/.htaccess

<Files "turnieranmeldungen.csv">
Order deny,allow
Deny from all
</Files>
RewriteEngine On

# serve static files from subdirectory design
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} ^(.*)/([^/]+)$
RewriteCond %1/design/%2 -f
RewriteRule ^.*$ design/%2 [L]

# Mainlogic
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* logic.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, static

Comments

Apache