You could add a bunch of lines to your .htaccess file for every URL you want to redirect,
redirect accessed-file URL-to-go-to
could be,
redirect
http://picxs.com/ http://www.picxs.com/index.shtml
redirect
http://picxs.com/index.shtml http://www.picxs.com/index.shtml
etc.
Mist