pascalgrube/ilias-oc-plugin/master/templates/theodul/.htaccess - Htaccess File

pascalgrube/ilias-oc-plugin/master/templates/theodul/.htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !sendfile.php$ [NC]
RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*?)1$  
RewriteRule ^(.*)$ %2sendfile.php?url=$1 [QSA,L]

AddType application/font-woff .woff

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache