Thread Starter
esdee
(@esdee)
I’ve tested in a clean wordpress environment. Exact same result. I would presume other people use NGINX with your plugin as well, so it might be in my config files. I might test it later in a new environment.
Thread Starter
esdee
(@esdee)
Nginx doesn’t use .htaccess files. Maybe therein lies the problem?
I’ll try to run a test on a new, clean site, see if that maybe does work.
Regards,
Sander Diederik
Thread Starter
esdee
(@esdee)
Hi Claude,
I did. For good measure I just switched from one setting to another and back, to no avail. These are the relevant settings in my config, although all other permalinks seem to work fine.
location / {
index index.php;
try_files $uri $uri/ /index.php;
}
location ~* \.php$ {
try_files $uri $uri/ / =404;
Thanks again.