APACHE supports .htaccess method_PHP tutorial

WBOY
Release: 2016-07-20 11:17:43
Original
896 people have browsed it

How to make your local APACHE server support ".htaccess"? In fact, you can make APACHE support .htaccess by simply modifying apache's httpd.conf settings. Let's take a look at the operation.

Open the httpd.conf file (where is it? In the CONF directory of the APACHE directory), open it with a text editor and search for

Options FollowSymLinks AllowOverride None

changed to

Options FollowSymLinks AllowOverride All

That’s it

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/371946.htmlTechArticleHow to make your local APACHE server support .htaccess? In fact, just simply modify the httpd.conf setting of apache. APACHE can be made to support .htaccess. Let’s see how to open httpd.co...
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template