Tagged Questions
3
votes
1answer
146 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
...
-1
votes
1answer
3k views
XAMPP phpMyAdmin - Access forbidden!
I can't access PHPMyAdmin. I have installed XAMPPlite 1.6.5 on Windows 7. I haven't changed any config, except .htaccess, where I added the third line:
Order deny,allow
Deny from all
Allow from ...
2
votes
3answers
717 views
Under an Xampp install, I modify the apache httpd-vhosts.conf file and then my Apache server will not start
I have read all the articles but still must be doing something wrong... I modified the httpd-vhosts.conf file to access the project I am working on... I have tried many different configurations and ...