mirror of
https://gitlab.com/siarp/beethoven2000.de.git
synced 2026-08-08 03:28:19 +00:00
initial - based on https://gitlab.com/siarp/beethoven2000.de_old
This commit is contained in:
@@ -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 &
|
||||
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]
|
||||
Reference in New Issue
Block a user