How to Set AllowOverride all

前端 未结 11 1547
忘掉有多难
忘掉有多难 2020-11-22 10:17

I want to set the AllowOverride all But I don\'t know how to do it. I have found the following code by searching the google and pasted it in .htaccess

11条回答
  •  温柔的废话
    2020-11-22 10:48

    SuSE Linux Enterprise Server

    Make sure you are editing the right file https://www.suse.com/documentation/sles11/book_sle_admin/data/sec_apache2_configuration.html

    httpd.conf

    The main Apache server configuration file. Avoid changing this file. It primarily contains include statements and global settings. Overwrite global settings in the pertinent configuration files listed here. Change host-specific settings (such as document root) in your virtual host configuration.

    In such case vhosts.d/*.conf must be edited

提交回复
热议问题