Settings for mediawiki running on Apache server, with clean URLs like domain.tld/Article_Name
, when the installation directory is %{DOCUMENT_ROOT}/w/
The Contents of the .htaccess
file:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d