Quinn

msg:1500769 | 10:49 pm on Nov 30, 2005 (gmt 0) |
You could use htaccess or your config file. Or you could redirect to a domain on port 80 and have that domain redirect to the domain on port 8000. [edited by: Quinn at 10:51 pm (utc) on Nov. 30, 2005]
|
Quinn

msg:1500770 | 10:50 pm on Nov 30, 2005 (gmt 0) |
I think this is the syntax for you htaccess file: Redirect permanent / [domainname.com:8000...] <added>Should have asked what type of server you were using...</added>
|
Green77

msg:1500771 | 11:18 pm on Nov 30, 2005 (gmt 0) |
I'm afraid I don't know how to do anything you've suggested, that's why I'm here seeking help. I'm using an apche 2.0 server on an xp box
|
Green77

msg:1500772 | 4:15 pm on Dec 1, 2005 (gmt 0) |
I suppose what I'm really hoping to find out is how I can go about masking the port number with mod_rewrite as I'd prefer not to have that in the URL
|
jdMorgan

msg:1500773 | 7:09 pm on Dec 1, 2005 (gmt 0) |
You'll need to use the RewriteRule [P] flag to do a proxy throughput to the new port to avoid exposing the port number. However, this means your server will have to handle each request/response twice. Jim
|
|