Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I installed Wampserver in Windows 8. and changed the .conf files in the alias folder according to various answers I found online. But the localhost only loads in Chrome and Mozilla when I type 127.0.0.1. I do get PHPMyAdmin and SQLBuddy via 127.0.0.1, but the server is not reading the PHP files in my www folder.

Here is my phpadmin.conf file:

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.5.1/" 

<Directory "c:/wamp/apps/phpmyadmin3.5.1/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Allow,Deny 
    Allow from all
</Directory>
share|improve this question
Check if php_module was installed properly. And it gets loaded when apache starts. – hjpotter92 Sep 1 '12 at 18:55
phpadmin is accessible wen i go thru 127.0.0.1 – Royce Raju Sep 1 '12 at 19:19
got it...tenx anywaes – Royce Raju Sep 1 '12 at 19:22
you should explain what was the problem thus you share your experience with others who will meet this problem too ;) – FoxMaSk Sep 3 '12 at 12:48

closed as off topic by j08691, Andrew, tereško, martin clayton, edorian Sep 3 '12 at 17:31

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.