Verfasst: 26.05.2006 22:06
@ Flüchtling
In der Datenbank muss ich doch nur bei php_config das "script_path /forum/" umändern oder ?
In der Datenbank muss ich doch nur bei php_config das "script_path /forum/" umändern oder ?
Code: Alles auswählen
cookie_path /
server_name www.goped-action.de
script_path /
Ahoi mgutt,mgutt hat geschrieben:302 wäre das und "Moved Temporarily". Was sagen die Experten
Es geht wohl auch anders. Wenn Du bei www.wannabrowser.com die URL http://www.seo-phpbb.org/forum/ftopic206.html testest, bekommst Du folgendes Ergebnis:Wannabrowser.com hat geschrieben:HTTP/1.1 301 Moved Permanently
Date: Sat, 27 May 2006 13:59:49 GMT
Server: Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a
Location: http://www.domain.tld/forum/forward.php?t=168%23
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
HTTP/1.1 302 Found
Date: Sat, 27 May 2006 13:59:49 GMT
Server: Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a
Status: 301 Permanently Moved
Location: bunte-blumen-t168.html
Transfer-Encoding: chunked
Content-Type: text/html
HTTP/1.1 200 OK
Date: Sat, 27 May 2006 13:59:49 GMT
Server: Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a
Cache-Control: private, pre-check=0, post-check=0, max-age=0
Expires: 0
Pragma: no-cache
Transfer-Encoding: chunked
Content-Type: text/html
Frag mich jetzt aber bitte nicht, woran das liegt und wie wir den überflüssigen 302er wegbekommen könnten. Mir ist das momentan wirklich ein Rätsel.Wannabrowser.com hat geschrieben:HTTP/1.1 301 Moved Permanently
Date: Sat, 27 May 2006 13:56:44 GMT
Server: Apache/2.0.49 (Linux/SuSE)
X-Powered-By: PHP/4.3.4
Location: umstellung-von-standard-seo-auf-keyword-in-url-t206.html
Cache-Control: no-cache, pre-check=0, post-check=0
Expires: 0
Pragma: no-cache
Transfer-Encoding: chunked
Content-Type: text/html
HTTP/1.1 200 OK
Date: Sat, 27 May 2006 13:56:45 GMT
Server: Apache/2.0.49 (Linux/SuSE)
X-Powered-By: PHP/4.3.4
Cache-Control: no-cache, pre-check=0, post-check=0
Expires: 0
Pragma: no-cache
Transfer-Encoding: chunked
Content-Type: text/html
Code: Alles auswählen
RewriteCond %{REQUEST_FILENAME} /forum/ftopic([0-9]*).htm*
RewriteRule ^(.*) /forum/forward.php?t=%1\#%2 [L,R=301]
RewriteCond %{REQUEST_FILENAME} /forum/forum([0-9]*).htm*
RewriteRule ^(.*) /forum/forward.php?f=%1 [L,R=301]
Aus SEO-Sicht halte ich diesen Zustand eigentlich nicht mehr für bedenklich, zumal ja auch noch ein Status: 301 Permanently Moved mitgesandt wird. Als kleiner i-Tüpferl-Reiter (kennt man das Wort in Deutschland? Es steht auf jeden Fall im Duden!) würde mich aber trotzdem interessieren, weshalb Tobi ein HTTP/1.1 301 Moved Permanently erhält und wir ein HTTP/1.1 302 Found.Wannabrowser.com hat geschrieben:HTTP/1.1 302 Found
Date: Sun, 28 May 2006 01:42:10 GMT
Server: Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a
Status: 301 Permanently Moved
Location: rote-blumen-t2.html
Transfer-Encoding: chunked
Content-Type: text/html
HTTP/1.1 200 OK
Date: Sun, 28 May 2006 01:42:10 GMT
Server: Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a
Cache-Control: private, pre-check=0, post-check=0, max-age=0
Expires: 0
Pragma: no-cache
Transfer-Encoding: chunked
Content-Type: text/html