How to enable mod_rewrite for Apache 2.2

后端 未结 15 1333
渐次进展
渐次进展 2020-11-21 07:09

I\'ve got fresh install of Apache 2.2 on my Vista machine, everything works fine, except mod rewrite.

I\'ve uncommented

LoadModule rewrite_module mo         


        
15条回答
  •  盖世英雄少女心
    2020-11-21 07:35

    I just did this

    sudo a2enmod rewrite
    

    then you have to restart the apache service by following command

    sudo service apache2 restart
    

提交回复
热议问题