Installed the PHP cartridge and processwire over that cartridge.
Made some changes to the stylesheet. This sheet needs files in the folder site/templates/imgs/. (backgrounds and others).
Unfortunately, I'm unable to see these images in my site because there's a 404 error whenever I try to load them.
I've tried several changes to the file app-root/runtime/repo/php/.htaccess, but without success.
Can anybody help me, please?
Solved: I had a mistake in my stylesheet, referencing the image as "/naeg/site/templates/imgs...", instead of "/site/templates/imgs...". In my development environment, I had the app in the context "/naeg". I'll leave this here, hoping will be useful for anyone.