This commit is contained in:
Martin Stadler
2017-01-26 12:39:28 +01:00
commit 7c355dfd2d
724 changed files with 6154 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
Options -Indexes -ExecCGI
# Verhindern, dass includes direkt aufgerufen werden können.
<Files ~ "\.inc$">
Deny from all
</Files>
php_value arg_separator.output &amp;
php_flag register_globals off
php_flag display_errors off
ErrorDocument 404 /404.php
RewriteEngine On
RewriteRule ^projekt-abibuch/(.*)$ /projekt-abibuch.php?chapter=$1 [QSA]
RewriteRule ^abibuch_schreiben.php$ /projekt-abibuch/ [L,R=permanent]
RewriteRule ^abibuch_schreiben.html$ /projekt-abibuch/ [L,R=permanent]
RewriteRule ^abibuch_artikel_inhaltsverzeichnis.html$ /projekt-abibuch/ [L,R=permanent]
RewriteRule ^abibuch_artikel_html.zip$ /projekt-abibuch/ [L,R=permanent]
RewriteRule ^abibuch_artikel_pdf.zip$ /projekt-abibuch/ [L,R=permanent]