Doppelter Content
Verfasst: 07.03.2008, 18:36
Moin!
Habe das alte Problem mit dem doppelten Content. Fand die Beiträge von Southmedia zu diesem Thema sehr hilfreich. Bei einem Freund hat das auch anstandslos geklappt, aber nicht bei meiner Seite! Habe die .htaccess mit dem Windows Editor erstellt:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.topoart\.de$
RewriteRule ^(.*)$ https://www.topoart.de/$1 [L,R=301]
Wenn ich sie dann auf den Server lade, meint der:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3 Server at www.topoart.de Port 80
Wo liegt der Fehler?
Danke schon mal, Topo[/code]
Habe das alte Problem mit dem doppelten Content. Fand die Beiträge von Southmedia zu diesem Thema sehr hilfreich. Bei einem Freund hat das auch anstandslos geklappt, aber nicht bei meiner Seite! Habe die .htaccess mit dem Windows Editor erstellt:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.topoart\.de$
RewriteRule ^(.*)$ https://www.topoart.de/$1 [L,R=301]
Wenn ich sie dann auf den Server lade, meint der:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3 Server at www.topoart.de Port 80
Wo liegt der Fehler?
Danke schon mal, Topo[/code]