On modern day computers, localhost as a hostname translate to a IP address of 127.0.0.1 which is a internal loop-back IP address.
4
votes
3answers
418 views
GateIn + OpenAM 9.5.2
I'm actually trying GateIn for my firm and I don't manage to integrate OpenAM and GateIn.
I follow all the steps in the GateInReference Guide but I've a problem.
The scenario of the problem is :
...
1
vote
2answers
301 views
How to handle CNAME host redirect to virtual directory?
I have an internal website and virtual directory http://server2012/logs. I created a CNAME on my DNS server as LOGS -> server2012. I would like to set it up so that http://LOGS redirects to ...
1
vote
1answer
121 views
MVC4 App opens with directory listing and gives a 404 for any direct URL's entered in the browser
I've just deployed a previously (on my local IIS) working MVC4 app to IIS 7.5 on the dev server. After tweaking this and that - one knows how these things get forgotten - the app finally launches, but ...
0
votes
1answer
665 views
Trying to host server for external access - Apache, VirtualBox & Portforwarding
Banging my head on the wall at this stage... Trying to host my Apache site on Ubuntu 12.10 with VirtualBox. Running Windows 8 host.
Things I've done:
Ensured Apache is listening on ports 80, 443 ...
1
vote
0answers
292 views
Different behaviour with windows authentication on IIS7 websites
I need to run a website with just windows authentication.
Given the following situation:
The location of the default website is: c:\inetpub\wwwroot
The location of my code is: c:\Sites\WebApp
My ...
1
vote
0answers
470 views
Magento - Unable to access remote site but able to access a simple index.html file
I'm building a store (magento 1.6.0.0-rc2) and have a home server to host the site.
It is behind a modem/router with redirection of port 80 and 3000 active to server box.
1. I can access the ...