DNS Basics
I am wondering if there is a way to direct a domain to load a specific page. I only see a place to enter an ip address in the A/AAA record but is there a way to enter something like 111.222.333.444/page.html?
Or how would I achieve this?
thanks
Andrew
4 Replies
What you are looking for is a webserver related. Apache or lighttpd can achive what you are looking for.
In apache research
The easiest of which is probably to configure apache (or your web server of choice) to automatically send a 301 (Moved permanently HTTP Status) to the requesting browser so that the it will, in turn, retrieve the new page your web server points it to.
See the "Redirect Directive" in this page: