Liebe Forenmember,
ich habe seit kurzer Zeit mit meinem Blog ein Problem und wollte deshalb hier um euren Rat bitten.
Das Problem ist, dass ich keine Artikel mehr aufrufen kann, die sich innerhalb einer Unterkategorie befinden. Bei normalen Artikeln funktioniert alles tadellos, nur in genanntem Fall kommt es zu einer Art Umleitungsschleife, was von Firefox mit
, bzw mit
in Chrome quittiert wird. Nun weiß ich nicht, was ich machen soll. Ich habe zwar nach diesem Fehler gesucht, aber niemand hatte den gleichen Fehler, nur Ähnliche. Wenn ihr weitere Angaben braucht, fragt bitte kurz nach, da ich nicht weiß, was in diesem Fall von Bedeutung ist. Hätte hier die .htaccess und LiveHTTPHeaders-Mitschnitte, wenn benötigt, kann natürlich auch alles andere raussuchen.
Ich hoffe ihr könnt mir helfen,
freundliche Grüße
Philipp
.htaccess: ( mit htaControl erstellt )
# BEGIN Wordpress
RewriteEngine on
# Unless you have set a different RewriteBase preceding this point,
# you may delete or comment-out the following RewriteBase directive:
RewriteBase /
# if this request is for "/" or has already been rewritten to WP
RewriteCond $1 ^(index\.php)?$ [OR]
# or if request is for image, css, or js file
RewriteCond $1 \.(gif|jpg|jpeg|png|css|js|ico)$ [NC,OR]
# or if URL resolves to existing file
RewriteCond %{REQUEST_FILENAME} -f [OR]
# or if URL resolves to existing directory
RewriteCond %{REQUEST_FILENAME} -d
# then skip the rewrite to WP
RewriteRule ^(.*)$ - [S=1]
# else rewrite the request to WP
RewriteRule . /index.php [L]
# END Wordpress
Alles anzeigen
LiveHTTPHeaders: ( Cookies zensiert )
http://bloqster.com/gaming/multiplayer/call-of-duty-6-modern-warfare-2-ohne-steam/
GET /gaming/multiplayer/call-of-duty-6-modern-warfare-2-ohne-steam/ HTTP/1.1
Host: bloqster.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bloqster.com/
Cookie: ************************
HTTP/1.1 301 Moved Permanently
Date: Tue, 29 Mar 2011 12:58:11 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-1+lenny9
X-Pingback: http://BloQster.com/xmlrpc.php
Location: http://BloQster.com/gaming/multiplayer/call-of-duty-6-modern-warfare-2-ohne-steam/
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Alles anzeigen