permalinks in WordPress not working on localhost but work perfectly on live server

前端 未结 6 1644
猫巷女王i
猫巷女王i 2021-01-26 10:50

I am getting problem of permalink in WordPress not works at localhost but perfectly work at server.I am also word press developer and get these problem many times.Can you please

6条回答
  •  旧巷少年郎
    2021-01-26 11:26

    Does your local server run Apache2? Have you enabled mod_rewrite? Because that is what you need to have permalinks working. Well it's one thing, after that's enabled restart apache2. Then check that your .htaccess file is configured properly. Do you have WordPress in a sub-folder, on a sub-domain?

提交回复
热议问题