I installed Ubuntu on a droplet as well as NGINX. WordPress and XenForo are working fine but I need the MediaWiki subdirectory to work. Is there a source for a working server block somewhere?
location {}
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thank you. I’ve been all over the site and should have stated this in my post (but I was on an iPad last night). <br> <br>Anyway, let me add more information. <br> <br>directory: domain.com/alv <br>LocalSettings: $wfArticlePath = “/alv/$1” <br>location /alv { <br> try_files $uri $usr/ /w/index.php?$query_string <br>} <br> <br>This gives domain.com/alv/Main_Page and I want domain.com/alv/index.php/Main_Page <br> <br>Thank you.
Try replacing <pre>location /alv</pre> with <pre>location /alv/index.php</pre>.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.