|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/wordpress-old/ |
Upload File : |
CloudProxy bypass prevention (Apache < 2.4)
<FilesMatch ".*">
Order deny,allow
Deny from all
Allow from 192.88.134.0/23
Allow from 185.93.228.0/22
Allow from 66.248.200.0/22
Allow from 2a02:fe80::/29
</FilesMatch>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Redirect permanent /diese-seite-gibt-es-nicht-mehr http://www.kmu-hofmann.de/veranstaltungen-2/
Redirect permanent /seite\%201.html http://www.kmu-hofmann.de/veranstaltungen-2/
Redirect permanent /Kreative/%20Marketingunterst/%C3/%BCtzung/%20-/%20Beratung.htm http://www.kmu-hofmann.de/veranstaltungen-2/
Redirect permanent /Link\%20mit\%20Leerzeichen.html http://www.kmu-hofmann.de/veranstaltungen-2/
# to protect wp-config.php
<Files wp-config.php>
order allow,deny
deny from all
</Files>
# to protect install.php
<Files wp-install.php>
order allow,deny
deny from all
</Files>