Initial geladen: WP App Portal
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 236 KiB |
|
After Width: | Height: | Size: 461 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 318 KiB |
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 324 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 135 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 232 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 228 KiB |
|
After Width: | Height: | Size: 140 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 238 KiB |
@@ -0,0 +1,9 @@
|
||||
# Apache 2.4+
|
||||
<IfModule authz_core_module>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
|
||||
# Apache 2.2
|
||||
<IfModule !authz_core_module>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
# BEGIN WPForms
|
||||
# Die Direktiven (Zeilen) zwischen „BEGIN WPForms“ und „END WPForms“ sind
|
||||
# dynamisch generiert und sollten nur über WordPress-Filter geändert werden.
|
||||
# Alle Änderungen an den Direktiven zwischen diesen Markierungen werden überschrieben.
|
||||
# Disable PHP and Python scripts parsing.
|
||||
<Files *>
|
||||
SetHandler none
|
||||
SetHandler default-handler
|
||||
RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo
|
||||
RemoveType .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo
|
||||
</Files>
|
||||
<IfModule mod_php5.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
||||
<IfModule mod_php7.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
||||
<IfModule mod_php8.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
||||
<IfModule headers_module>
|
||||
Header set X-Robots-Tag "noindex"
|
||||
</IfModule>
|
||||
# END WPForms
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
# BEGIN WPForms
|
||||
# Die Direktiven (Zeilen) zwischen „BEGIN WPForms“ und „END WPForms“ sind
|
||||
# dynamisch generiert und sollten nur über WordPress-Filter geändert werden.
|
||||
# Alle Änderungen an den Direktiven zwischen diesen Markierungen werden überschrieben.
|
||||
# Disable access for any file in the cache dir.
|
||||
# Apache 2.2
|
||||
<IfModule !authz_core_module>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
||||
# Apache 2.4+
|
||||
<IfModule authz_core_module>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
# END WPForms
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
header( $_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found' );
|
||||
header( 'Status: 404 Not Found' );
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||