Wordpress https page/post permalink url gives 404
Wordpress https page/post permalink url gives 404
Hi,
I recently installed ssl on my wordpress hosted on vestacp ngnix. However, now when I turn on permalinks and access page/post, it gives me 404 error.
However, by default url it works fine with https.
I don't know what is that problem at all.. My permalinks were working fine without https.. I added the following to achieve that in /home/admin/conf/web/ nginx.conf.
However, now this is doing nothing as well and my permalinks are not working..
I'd appreciate any sort of help here.
Regards
I recently installed ssl on my wordpress hosted on vestacp ngnix. However, now when I turn on permalinks and access page/post, it gives me 404 error.
However, by default url it works fine with https.
I don't know what is that problem at all.. My permalinks were working fine without https.. I added the following to achieve that in /home/admin/conf/web/ nginx.conf.
Code: Select all
try_files $uri $uri/ /index.php?$args;
I'd appreciate any sort of help here.
Regards
Re: Wordpress https page/post permalink url gives 404
bump! any help :(