Mir ist aufgeflalen das sich der code der .htaccess manchmal selbstständig löscht.
Vor ein paar Stunden sah er noch so aus:
Apache Configuration
[COLOR=#333333]# BEGIN WordPress[/COLOR]
[COLOR=#333333]<IfModule mod_rewrite.c>[/COLOR]
[COLOR=#333333]RewriteEngine On[/COLOR]
[COLOR=#333333]RewriteBase /[/COLOR]
[COLOR=#333333]RewriteRule ^index\.php$ - [L][/COLOR]
[COLOR=#333333]RewriteCond %{REQUEST_FILENAME} !-f[/COLOR]
[COLOR=#333333]RewriteCond %{REQUEST_FILENAME} !-d[/COLOR]
[COLOR=#333333]RewriteRule . /index.php [L][/COLOR]
[COLOR=#333333]</IfModule>[/COLOR]
[COLOR=#333333]php_value max_input_vars 2000[/COLOR]
[COLOR=#333333]# END WordPress[/COLOR]
Alles anzeigen
und nun sieht er so aus:
Woran könnte das liegen?
Danke euch!