jxe hello, i am trying to get the index.php=? out of a mediawiki install, but their directions want me to add stuff to the nginx.conf which, is that a thing for a static Nginx/PHP-FPM app? thanks if anyone knows.
sean jxe you can't modify nginx.conf unless you run your own back-end Nginx stack. Instructions for that are available at: HOWTO run a private PHP-FPM stack on Nginx or Apache on Opalstack If you don't want to run your own Nginx, then instead you can use an Apache/PHP-FPM app instead of Nginx/PHP-FPM, and then do your configuration in .htaccess.