#Begin Really Simple Auto Prepend File
php_value auto_prepend_file /var/www/vhosts/zauberer-kabarettist.de/httpdocs/wp-content/advanced-headers.php
php_value auto_prepend_file /var/www/vhosts/zauberer-kabarettist.de/httpdocs/wp-content/advanced-headers.php
Require all denied
Order deny,allow
Deny from all
#End Really Simple Auto Prepend File
#Begin Really Simple Security
Options -Indexes
#End Really Simple Security
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress