Ajrose/heizfabrik/master/web/schedule/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
RewriteCond %{QUERY_STRING} _escaped_fragment_=(.*)
RewriteRule ^index.php index.php?controller=pjFrontPublic&action=pjActionRouter&_escaped_fragment_=%1 [L,NC]
</IfModule>
Options -Indexes
ServerSignature Off
<IfModule mod_headers.c>
Header unset X-Powered-By
</IfModule>
<IfModule php5_module>
php_value session.cookie_httponly true
</IfModule>
<FilesMatch ".(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
On Github License
Files
Download PDF of Htaccess file