A better way would be to configure this into apache (i assume you're using apache? if you're using IIS, it's possible too).
Setup a virtual host for the addresses 203. (I think wildcards are allowed) and set the document root to something and setup another virtual host for 144 with a different document root.
If you want to redirect to domains outside your server, use an apache redirect.
take a look at the docs at apache.org for info 🙂
-sridhar