Hello All,
If I have posted this question in the wrong section, I apologize. I'm new. :)
Anyway, on to my issue.
I have two website, both stored on different servers. The first one is a newly created website, created in Django/Apache by an external company. This has been developed and implemented as our main website / landing page. For this, we will call it:
www.example.com - Main Website / Landing Page
Now, we also have the old website, which we still require to be used as a temporary login area for clients whilst the data is updated on the new website. So, as such I created a sub domain in DNS, and pointed it to the old server.
login.example.com - Old Website / Login Area
Now, the sub domain loads the Old Website without issue, however the problems occur when I click anything on that page. If I click on any link, page etc, the following error occurs:
NOT FOUND
The requested URL /Default.aspx/ was not found on this server.
Now, I can't login to the administrators view of the website unless I remove the sub domain and point www.example.com back to the old server, as when I click "Login" I get the same error as above.
What I have noticed is the URL changes to www.example.com/default.aspx/?tabid=116 when I click the "Login" link on the Old Website, however should this not be login.example.com/default.aspx/?tabid=116.
Anyway, thats my issue. I have created bindings in IIS, DNS Records etc etc, however I can post those if people need to see?
I have no training whatsoever with website development and as such am a complete beginner, just kind of been dropped on my lap this.
Any help would be greatly appreciated!
Cheers