only default permalinks working wordpress others become 404 error

前端 未结 6 885
夕颜
夕颜 2020-12-11 23:21

My problem is in my wordpress site only default permalinks is working.. When I change permalinks all pages become not found.. only home page is showing.

When I chang

6条回答
  •  [愿得一人]
    2020-12-12 00:24

    I had the exact same issue and fixed it by running

    sudo a2enmod rewrite
    

    Then restarted apache. Apparently the issue is caused by mod_rewrite potentially not working properly on ubuntu.

    I found the solution here

提交回复
热议问题