Question
Lemp Permalink not wrking on wordpress
Hello guys,
I deployed a Lempfrom Marketplace and upload my wordpress
For wordpress I have that line on my nginx
location /faq/ {
try_files $uri $uri/ /index.php?$args;
index index.php;
}
But the permlink is not working, do you guys have any idea what could it be?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×