איך אני עושה שנגיד וכותבים בשורת כתובת
nana10.co.il
זה הופך ישר ל
www.nana10.co.il
יענו עם הWWW
האתר היה רק לדומגא
אז מי שיכול להסביר לי איך לעשות אני ישמח
function replaceLocation() { loc = location.host; if(loc.indexOf("www") == -1){ location.href = "www." + loc; } }
<html> <head> <script type="text/javascript"> function replaceLocation() { loc = location.host; if(loc.indexOf("www") == -1){ location.href = "www." + loc; } } window.onload = replaceLocation(); </script> </head> <body> </body></html>
ונותן שגיאה.. (לא ניתן להציג דף זה)
function replaceLocation() { loc = location.hostname; if(loc.indexOf("www") == -1){ location.hostname = 'www.' + loc; } }
RewriteEngine OnRewriteCond %{HTTP_HOST} !^www\.prizeeheb\.com [NC]RewriteRule ^(.*)$ http://www.prizeeheb.com/$1 [R=301,L]
http://i60.tinypic.com/35aowg8.jpg