Tagged Questions
0
votes
0answers
32 views
IIS services suddenly stopped working after a restart [closed]
I have checked that IIS is running in the manager (it is).
What happened was after a restart it seems to have lost knowledge of its own existence, web services are no longer being accessible and when ...
3
votes
1answer
157 views
Apache Virtual Host does not work
I've problems setting up a virtual host on windows7, so that I can develop multiple pages on my localhost.
To set up the virtual Host, I've edited 3 Files:
httpd-vhosts.conf in apache\conf\extra
...
0
votes
1answer
395 views
Unable to access media wiki pages from another computer? [closed]
I have set up a web server in my Windows 7 with easyPHP. The website works fine when I browse the locally via localhost or 127.0.0.1. But, unable to open the site from another computer which is in the ...
1
vote
0answers
268 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 ...
0
votes
2answers
855 views
apache virtual host problem on windows 7 - please explain
This problem has never occurred in the past (i have tried this many times) but this time,
ALL virtual hosts defined in the virtual-hosts.conf file in the apache installation directory direct the ...
3
votes
3answers
2k views
How to login as another user in phpmyadmin
I installed phpmyadmin in Win7, and if I type http://localhost/phpmyadmin/index.php in the browser, it will log in phpmyadmin as root user by default.
I created a new user but still there's no login ...
1
vote
1answer
154 views
How to forward a domain on IIS on windows 7
Briefly my question is about combining my registered domain with the websites listening on port 80/8080 on my server.
I have a web server IIS on windows 7 and two web sites listening on port 80 and ...