Thank you for the replies.
Mitch,
"Could I ask why you need to do this? It might be possible with a dedicated IP for the main hosting address..."
I have 2 dedicated servers.
Server A is in "production". It responds as expected to "
www.rfp-leads.com"
Server B is a copy of server A. I hoped to test the code on server B.
If I use the domain name in a link, it executes server A as expected.
I had hoped to use the IP address of server B to execute the code on server B.
---
bryantrv,
"The address would be
http://64.50.166.245/~username/rfp-leads/rlc/tpCompany.php"
I did try several variations of this.
Since I know the "production" server A does work, I tried to execute it using its IP address.
---
I tried
http://64.50.166.245/~<edited>
This does execute OK, but it executes the "main" code at /public_html/index.php
I want to execute the code at /public_html/rfp-leads/rld/index.php
---
I tried
http://64.50.166.245/~<edited>/rfp-leads/
But I got a blank page.
I know I return a blank page if I am suspicious about the input.
I will investigate this.
---
I tried
http://64.50.166.245/~<edited>/rfp-leads/rld/index.php
I got
404 Not Found
The server can not find the requested page:
64.50.166.245/~<edited>/rfp-leads/rld/rld/inde9.php?framesetDate=20090807 (port 80)
Again I know my code has been triggered because
"?framesetDate=20090807" was added to the link -- this I recognize.
Also I see the subdirectory "rld/rld" has been duplicated -- probably by me.
---
Eventually, if an IP address works, I will program the IP into my <base statement.
That statement now contains
<base href="
http://www.rfp-leads.com/rld/" />
which points to the current version subdirectory.
---
Perhaps it would be easier if I just used a slightly different domain name on server B.
---
Thank you for your replies.
I will work on this.
I will report back.
Robert
<Edited to remove Usernames, not recommended to post in forums ~Troy>