Home Database Mysql Tutorial wamp虚拟主机报错You don't have permission to access / on

wamp虚拟主机报错You don't have permission to access / on

Jun 07, 2016 pm 03:44 PM
amp h wamp Report an error virtual host

打开httpd.conf文件 Directory / AllowOverride none Require all denied /Directory 修改成: Directory / Options FollowSymLinks AllowOverride None Order deny,allow Allow from all Satisfy all /Directory Directory e:/wamp/www/ Options Indexes Fo

打开httpd.conf文件



    AllowOverride none
    Require all denied

修改成:


    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all
    Satisfy all



    Options Indexes FollowSymLinks
    AllowOverride all
    Require local

修改成:


    Options Indexes FollowSymLinks
    AllowOverride all
    Order Deny,Allow
    Allow from all


httpd.conf

去掉注释:mod_vhost_alias.so


重启apache服务就可以了

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Cause analysis: HTTP request error 504 gateway timeout Cause analysis: HTTP request error 504 gateway timeout Feb 19, 2024 pm 05:12 PM

Brief introduction to the reason for the http request error: 504GatewayTimeout: During network communication, the client interacts with the server by sending HTTP requests. However, sometimes we may encounter some error messages during the process of sending the request. One of them is the 504GatewayTimeout error. This article will explore the causes and solutions to this error. What is the 504GatewayTimeout error? GatewayTimeo

Solution: Socket Error when handling HTTP requests Solution: Socket Error when handling HTTP requests Feb 25, 2024 pm 09:24 PM

http request error: Solution to SocketError When making network requests, we often encounter various errors. One of the common problems is SocketError. This error is thrown when our application cannot establish a connection with the server. In this article, we will discuss some common causes and solutions of SocketError. First, we need to understand what Socket is. Socket is a communication protocol that allows applications to

Step-by-step guide to quickly solve pyqt5 installation errors Step-by-step guide to quickly solve pyqt5 installation errors Jan 19, 2024 am 09:32 AM

If you are learning Python and want to develop GUI applications, PyQt5 is a very good choice. It is a bound version of the PyQt library under Python, which makes it very convenient to call and develop the Qt graphics library. However, sometimes you may encounter some problems when installing PyQt5. This guide will provide you with some steps to quickly solve installation error problems, and also attach specific code examples. Make sure the Python version is correct PyQt5 is a Python-based library, so first

How uniapp achieves rapid conversion between mini programs and H5 How uniapp achieves rapid conversion between mini programs and H5 Oct 20, 2023 pm 02:12 PM

How uniapp can achieve rapid conversion between mini programs and H5 requires specific code examples. In recent years, with the development of the mobile Internet and the popularity of smartphones, mini programs and H5 have become indispensable application forms. As a cross-platform development framework, uniapp can quickly realize the conversion between small programs and H5 based on a set of codes, greatly improving development efficiency. This article will introduce how uniapp can achieve rapid conversion between mini programs and H5, and give specific code examples. 1. Introduction to uniapp unia

Golang compilation error: How to solve undefined function error Golang compilation error: How to solve undefined function error Nov 25, 2023 am 08:59 AM

Golang compilation error: How to solve undefinedfunction error Overview: Go language is a statically typed programming language, and the compiler will check for errors in the code during the compilation phase. One of the common compilation errors is "undefinedfunction", which means that when using a function, the compiler cannot find the definition of the function. This article will describe some common causes of this error and provide solutions. Function not imported: The most common situation is when we use an

http request error: 504 Gateway Timeout solution http request error: 504 Gateway Timeout solution Feb 22, 2024 am 08:27 AM

Title: http request error: 504GatewayTimeout solution introduction: During the process of making network requests, sometimes you may encounter http request errors. One of the common errors is the 504GatewayTimeout error. This article will introduce the meaning and possible causes of the 504GatewayTimeout error, and provide some methods to solve the error. Text: What does the 504GatewayTimeout error mean?

Having trouble installing PyQt5? Don't worry, these solutions can help you! Having trouble installing PyQt5? Don't worry, these solutions can help you! Jan 04, 2024 pm 04:22 PM

Encountered an error when installing PyQt5? Don’t panic, these solutions can help you! With the rapid development of data science and machine learning, Python has become a very popular programming language. Its power and flexibility make it the first choice of many developers. In Python, there are many excellent graphical user interface (GUI) libraries to choose from. Among them, PyQt5 is a powerful tool for building interactive and visual applications. However, when installing PyQt5, you sometimes encounter some error messages. This might make one

Incorrect syntax near 'error_keyword' - How to solve MySQL error: syntax error Incorrect syntax near 'error_keyword' - How to solve MySQL error: syntax error Oct 05, 2023 pm 04:24 PM

Errors are one of the problems that developers often encounter when writing MySQL query statements. One of the common errors is "Incorrectsyntaxnear 'error_keyword'" (Syntax error near 'error_keyword'). This error message is very common and means that there is a syntax error in the MySQL query statement. In this article, we'll detail how to solve this problem and provide some concrete code examples. First, let's look at

See all articles