11
You can test it yourself by going to
http://www.mysite123.com and see if the address bar magicaly changes to mysite123.com.
the line "php_value register_globals 0" sets PHP register_globals Off. You might not be able to change that but it is a commonly available option. Sometimes it works if you put "php_value register_globals Off".
good luck.