Getting Started with Linux, Apache server ----. Htaccess

This role is to document, put it in a directory, it modifies the configuration program will be applied to this directory and its subdirectories

Open the way:

In /etc/httpd/conf/httpd.conf file

 

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>


The AllowOverride None modify other parameters. Part of a total of about several parameters:

 

 

ALL
AuthConfig
FileInfo
Indexes
Option
Limit


.... unfinished

 

Reproduced in: https: //my.oschina.net/u/204616/blog/545112

Guess you like

Origin blog.csdn.net/weixin_33940102/article/details/91989431