Hey,
Did you try visiting Settings > Permalinks in WordPress?
Thanks,
James
Thread Starter
Denis
(@denis_miller)
Yep,
I’m using permalinks. Ex: https://mysite.com/article1 works fine
thanks for a quick response!
-Denis
Hey,
I mean to say: visiting that page will flush your websites permalinks, which should then allow for the feature requests to work and not go to a 404 page.
No problem!
Thread Starter
Denis
(@denis_miller)
FIX:
location /feature-requests/ {
try_files $uri $uri/ /index.php?$args;
}
Perfect, that works now for archives and subpages?
It’s just a custom post type, so shouldn’t require anything too outlandish.
Thread Starter
Denis
(@denis_miller)
ooppss.. sorry. You are right!
Thanx!