Tagged Questions
1
vote
1answer
912 views
Since when the linux host utility ignores /etc/hosts? [closed]
I was struggling trying to find out the reason why the linux host utility was ignoring my /etc/hosts file until I find the answer to my question here: hosts file seems to be ignored:
With this ...
1
vote
1answer
108 views
Domain forwarding or masking on local machine only?
I'm sad to have to ask this question, but I'm not even sure of what to call what I'm trying to do, so Google isn't much help.
I'm doing some work on a company website from outside the company's ...
0
votes
2answers
69 views
map old windows server to new windows server
At the moment, I have 2 servers (serve1 and serve2).
serve1 is old and data is small enough to move to serve2.
serve1 = Win 2k3
serve2 = Win 2008 R2
The problem is I need to keep the serve1 name ...
0
votes
2answers
403 views
Changing 127.0.0.1:81 to Internal Domain Name?
I was wondering the steps I can take to change the localhost name to a test development domain name like "website.dev" on Win7 x64 ? Currently, when my test website builds its assigned to 127.0.0.1:81 ...
0
votes
5answers
135 views
How to have a webserver resolve urls in php files?
Instead of having the client resolve URLS, I want to let my webserver do that. So ideally, I could turn this:
<a href="http://www.long-domain-name.com/">
into this:
<a ...