Tagged Questions
0
votes
1answer
47 views
Links from Localhost not working
After I type "localhost" in my browser the index.html successfully loads. However any to the links on that website appear to be dead. Once clicked, nothing happens. I see the right path in the path ...
1
vote
0answers
22 views
mod_geoip in local
I have to implement a geo location functionality on a Magento based website, thus php on an apache2 server.
Obviously, in my local machine mod_geoip isn't very helpful. I was wondering if I could fool ...
-3
votes
3answers
1k views
http://localhost/ now working in browser mac
in snow leapord machine http://localhost/ isn't working through browser. But when I ping http://localhost/ I do get successful replies
PING localhost (127.0.0.1): 56 data bytes
64 bytes from ...
3
votes
3answers
663 views
PHP code is returned instead of executed
I have L-Ubuntu 11.04. I've installed Apache2 and I'm trying to simulate a server on my local file system by navigating to localhost in the browser.
The problem is that I can't seem to get php to ...
0
votes
2answers
615 views
Apache suddenly stops serving to LAN computers, now only localhost
TLDR: Apache WAS serving pages to LAN computers, but suddenly only works on localhost.
Background info:
(I discovered the WAMP, XAMPP, etc packages a day after) I built a WAMP server individually, ...
0
votes
3answers
824 views
Mac OS X Snow Leopard 403 Forbidden
After an update to my computer my server on Snow Leopard has become unstable. I continually get Forbidden 403 issues on every page that I try to access. I can upload my apache log files...just not ...
1
vote
1answer
244 views
View specific virtualhost from within Virtualbox Windows XP?
I currently use 192.168.1.10:85 to refer to my localhost ip address, and I setup port-based virtualhosts because this seems like the only feasible/practical way to view this from within Windows XP on ...