. htaccess not working in server

后端 未结 3 1335
清酒与你
清酒与你 2021-01-17 03:13

Hi My web server is Apache.I have created a sample application in my local system. It\'s working fine with the clean url. But when i uploaded to my Web server( Apache) it\'s

3条回答
  •  时光取名叫无心
    2021-01-17 03:36

    If you are using Apache on Ubuntu or DEBIAN write this code in Terminal:

    sudo a2enmod rewrite
    

    and restarting apache

    sudo invoke-rc.d apache2 restart
    

提交回复
热议问题