Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - luki2p

Pages: [1]
1
Ok, I fixed! :)

Edit:
Code: [Select]
sudo nano etc/nginx/conf.d/vhosts/DOMAIN_NAME.conf
And add this code in location block:
Code: [Select]
try_files $uri $uri/ /index.php?q=$uri&$args;

2
CentOS 7 Problems / 404 Not Found - WordPress Pretty Links doesn't work
« on: January 23, 2019, 05:11:26 PM »
Hello Guys!

I am new on CentOS. I have installed the CWP7 with Nginx Only webserver. Hovewer, I have trouble problem with permalinks on my WordPress site.

When I use the "ugly links"  (?p=123) - it works well, but not with enabled pretty links - then on each subpages I see:
Quote
404 Not Found
nginx/1.14.2

I spend all day on it, without success. Please help.

Pages: [1]