Jump to content

Search the Community

Showing results for tags 'DNS tricks tips protips'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. I was wondering, say you have multiple domain names that lead to the same IP and on the main navigational index page of a hypothetical server, you have links to other content in that particular index like ~ <li><a href="http://Thisdomain.com">content</a></li> Now lets say we have another domain name to our server like "Thatdomain.com". Hypothetically speaking, lets say we traveled into the midst of "Thisdomain.com" using the domain "Thatdomain.com". Something funny happens. By my knowledge for some radical, inexplicable reason, you stop seeing the directory's into which you're currently traversing and only "Thatdomain.com", unlike when visiting said server from "Thisdomain.com", disallowing a visitor from seeing the full address of the current position they're in on the server. In example, say we visit "AutoItScript.com" via "AutoItScript.tk", you'll see exactly what I'm talking about and witness the astronomical event yourself in full detail. As for me, I'm just wondering how I can put a stop to said black magic... Basic point of this post I was wondering of how I might be able to refer to content using the domain used to fetch a page from the particular said server, Iike a variable that stores the domain used. <li><a href="$Var???">content</a></li>
×
×
  • Create New...