$wgScriptPath = "/mediawiki"; $wgScriptExtension = ".php"; $wgArticlePath = "{$wgScriptPath}/wiki/$1"; $wgUsePathInfo = true
And I also have and .htaccess file on /var/www/html with the following:
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
RewriteRule ^/?mediawiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php [L]
Whenever I go to mediawiki.my.domain/mediawiki I get a blank page. I am suspecting this is related to the .htaccess file and not the mediawiki itself.
Any guidance you can provide me with?
Matías Huartamendía
IT Analyst
Office: +598-2-927-2546
Tel: 1-801-212-9493