Thanks for the response - however, this is not quite what is being done here, so it doesn't actually solve my issue.
The site was on our php 5 server. It had problems due to compatibility issue with a third-party template, so we moved the client's site to a php 4 server as an interim measure.
It is working perfectly there.
In troubleshooting the copy of the site that still exists on the php 5 server, we can use the server paths to access the site itself and reproduce the errors.
We also want to access the admin panel on the copy of the site on the php5 server. However, when we use the server path, it redirects to the actual domain name path.
So, on the live server, we have -
www.domain.com/store
Let's call the other the test server -
On the test server, we have -
host.hostname.com/~user/store <- this works fine
If I look to access the admin panel on the test server -
host.hostname.com/~user/store/admin ... this redirects back to the domain name, so it redirects to -
www.domain.com/store/admin ... which works fine, but is hosted on the live server, which is not where I want to access.
If actual details would be more helpful, I can PM them to you.
Thanks.
Mike
Bookmarks