stanstas Posted February 16, 2010 Report Share Posted February 16, 2010 Hallo ich habe schwierigkeiten ein Redirect 301 bei Veyton 4.12 einzurichten! nach langer Suche im Forum konnte ich kein Lösung finden. Kann mir einer dabei Helfen oder Tipps geben. Danke:D Link to comment Share on other sites More sharing options...
HanischIT Posted February 16, 2010 Report Share Posted February 16, 2010 redirect von, zu? Link to comment Share on other sites More sharing options...
stanstas Posted February 17, 2010 Author Report Share Posted February 17, 2010 ich wollte das meine Seite ihne "www" immer auf mit "www" umgeleitet wird. Habe das mit htaccess datei versucht aber es hat nicht funktioniert, muss man dort etwas beachten?? Danke:D Link to comment Share on other sites More sharing options...
objekt Posted February 17, 2010 Report Share Posted February 17, 2010 in der .htaccess reinschreiben. meine sieht so aus: # RewriteEngine on # RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php DirectoryIndex index.php RewriteEngine on RewriteCond %{REQUEST_URI} !^/media/ RewriteCond %{REQUEST_URI} !^/extAdmin/ RewriteCond %{REQUEST_URI} !^/skin/ RewriteCond %{REQUEST_URI} !^/js/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php RewriteCond %{HTTP_HOST} ^[^.]*\.[^.]*$ RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.