Hardware: VPS bought online YunoHost version: 11.1.15 I have access to my server : Through SSH Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no If your request is related to an app, specify its name and version: 1.0~ynh13
Description of my issue
Hi guys,
I’m trying to get WordPress to run under my_webapp to easily be able to switch PHP versions. But I get that error where the urls don’t get rewritten for subpages (and only show 404 errors).
I edited the config file located at /etc/nginx/config.d/DOMAIN.d/my_webapp__X.conf but don’t get any results from it. I’ve added try_files $uri $uri/ /index.php?q=$uri&$args; to location / { .. }.
I’ve managed to get it running about half a year ago on some other app but can’t remember what I did lol (and also the config file of that app looks untouched which is weird…) Any ideas? I feel like I’m not editing the right file…