Hi,
geht um folgendes Blog: bloggii
Ich habe die Permalinkstruktur in /%year%/%monthnum%/%category%/%postname%/ geändert und jetzt läuft nichts mehr.
Wordpress sagt:
"If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccessCTRL + a to select all." file. Click in the field and press
Apache Configuration
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Wenn ich aber eine .htaccess Datei erstelle und das oben genannte einfüge, dann läuft mein Blog gar nicht mehr, mann kann keine URL mehr aufrufen ohne Fehler 403.
Was kann ich tun?