500 Internal Server Error when using .htaccess with RewriteEngine

后端 未结 7 831

I am on the shared host Bounceweb and I am trying to add some rewrite rules to make my links look prettier.

One of these rules is to make the url: http://mysit

相关标签:
7条回答
  • 2020-12-03 05:27

    I had this problem and solved it with:

    sudo a2enmod rewrite
    sudo service apache2 restart
    
    0 讨论(0)
提交回复
热议问题