I'm no pro but I have a website built in PHP.
My Admin section is just www.mysite.com/admin but it's only got a username password check as security. How can I have a link like [url]www.mysite.com:1006[/url] or something like that???
you would need to instruct apache to listen on some port other than 80 (for normal http) and 443 (for https). the 'Listen' directive in the apache configuration can do this:
http://httpd.apache.org/docs/2.0/mod/mpm_common.html#listen