if you want a redirect script heres one
PHP Code:
<?php
header( 'Location: http://www.google.com' ) ;
?>
you save this as index.php and put it on your server, and that's it
of course change the url to your site.
Try to type in this in your browser
zoran.atwebpages.com/
and see what happens with this script above.
Is this what you were looking for?