Install wamp prompt you dont ' t has permission to Accesson solution for this server

Source: Internet
Author: User
Tags phpmyadmin

Display the installed

First find the path "wamp\bin\apache\apache2.2.21\conf\" under the installation directory

§ Locate httpd.conf, open httpd.confwith Notepad, and then

1. <directory/>

2. Options FollowSymLinks

3. AllowOverride None

4. Order Deny,allow

5. Deny from all

6. </Directory>

Change this to:

1. <directory/>

2. Options FollowSymLinks

3. AllowOverride None

4. Order Deny,allow

5. Allow from all

6. </Directory>

There is one more place below

1. # onlineoffline Tag-don ' t remove

2. Order Deny,allow

3. Deny from all

4. Allow from 127.0.0.1

5. </Directory>

will be Deny from all instead: allow from all , and then restart all services.

Now when you open localhost or 127.0.0.1, you find that you can access it, but when you visit phpMyAdmin, you see "You don't have a permission to access/phpmyadmin/on this server." The prompt.

§ workaround, open the following file:

WAMP/ALIAS/PHPMYADMIN.CONF//This is the contents of your Wamp installation directory, open with editor

Change to this:

1. <directory "C:/WAMP/APPS/PHPMYADMIN3.5.1/" >

2. Options Indexes followsymlinks MultiViews

3. AllowOverride All

4. Order Deny,allow

5. Allow from all

6. Allow from 127.0.0.1

7. </Directory>

After you save the changes, Restart Wamp , Fix it!

Here to do the next record, left to check.

Thank you for your support!

can contact me for communication. [email protected]

2015.10.27

19:31

Install wamp prompt you dont ' t has permission to Accesson solution for this server

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.