First of all, This aint even coding. Its a paintbrush from Paint.
even if this was a SWF, I would NEVER put that on a hotel.
Nothing was Coded.
facepalm.jpg
Well, say you own a VPS and you've updated your nameservers and nothing is working! You can only access yoursite at www.yourdomain.com instead of yourdomain.com
here is a way to fix
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
or. You would like to force...