📜  apache .htaccess 选项 ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:53.250000             🧑  作者: Mango

代码示例1
#For those of you who are using linux and the .htaccess is not working.
You can go to  /etc/apache2/apache2.conf  and allow override for the /www directory.

        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted