Tagged Questions
2
votes
2answers
446 views
Apache HTTP Server Configuration on Port Other Than :80
I am running an apache server for development on windows 7 (via XAMPP).
By default, it is set up to listen on port :80 for http:// requests.
I can configure it for, say, port :1234, and can access ...
-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 ...