Permalink ends up 404 Error
-
Hello together,
i have a long running wp that currently starts to make problems.
Postings are ending up in 404I have done what i could to resolve it, but i am at a dead end.
WordPress reinstall, done
Plugins turned off, done
Database repaired and checked again, all “ok”
wp-config.php checked and fine as it should be
.htaccess recreated, doneIf i turn of permalinks (&=id1) then it works just fine.
I have the problem on all sub blogs also, so i do believe it is an error in the .htaccess, but it is just the one that creates wordpress himself:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]
So really no clue what it could be, someone else maybe?
Edit: I have also asked my Hosting Support, but so far no answer.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Permalink ends up 404 Error’ is closed to new replies.