benhutchins / docker-mediawiki

Docker container for MediaWiki
https://hub.docker.com/r/benhutchins/mediawiki/
Other
29 stars 153 forks source link

Short url without index.php #19

Open iterprise opened 6 years ago

iterprise commented 6 years ago

Is it possible to use short url without index.php? If it isn't can you add this possibility?

benhutchins commented 6 years ago

Yes, you just need to configure the apache and mediawiki settings. I don't have an example for doing this, but there are guides from MediaWiki, and essentially you need to either build your own Dockerfile that ends one of my images to replace the apache configuration or use a volume to mount your apache configuration file.