Hello,
Does anyone know how to get NGINX and Wordpress customer permalinks to work?
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.
I have the same problem here. Using the structure, say, example below <br> <br>http://www.mathgol.com/pre-algebra/5-factors-and-divisibility-rules <br> <br>/%category%/%post_id%-%postname% <br> <br>sent me to 404 error. <br> <br>I use Webuzo as my panel.
Did you follow a guide on install wordpress? If so, can you link it?
@Kamal, Im not sure what that is? <br>
Yup still doesnt work
Can you pastebin your nginx virtualhost config?
Have you tried restarting Nginx?
ahh ok. So i just tried /%postname%/ <br> <br>But i still get a 404 not found ?
It’s not enough to have: <code>/</code>. You need to use a <a href=“http://codex.wordpress.org/Using_Permalinks#Structure_Tags”>Structure Tag | WordPress Codex</a>.
Yes custom structure is set to /
From the WordPress Dashboard, go to Settings => Permalinks. Do you have <code>Custom Structure</code> selected? What value have you set?