Problem in configureation settting in WAMP or XAMPP

I am new comers in this forum, and also new in PHP and mysql. i have installed WAMP as well as XAMPP but in both cases i could not complete the installation. this screen appear. I have installed the windows 7 64 bit. please guide me.

I’m not downloading a .doc file. First-time poster, too. Why don’t you just copy and paste the error message in the body of your post?

thanks

Please help me in the problem,

Why is your wamp icon in the task bar red ?
right click on the icon and click put online.

hope this helps.

Do you have both “Internet Information Services” and WAMP running at the same time? If so, disable “Internet Information Services” then uninstall and then re-install WAMP. If both “Internet Information Services” and WAMP are running, they’re probably conflicting with each other.

First, open c:\wamp\bin\apache\apache2.2.22[Or your exact apache version] \conf\httpd.conf

Edit the following lines:

<Directory "c:/wamp/www/">
   # maybe there is some comments here ...
    AllowOverride all
    Order Allow,Deny
    Allow from all
</Directory>

Second, open PhpMyAdmin config file c:\wamp\alias\phpmyadmin.conf

Edit the config:

<Directory "C:/wamp/apps/phpmyadmin3.5.1/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Deny,Allow
    # Deny from all
    Allow from all  
</Directory>

Restart wamp. This worked for me.