Forums MediaWiki

change default url

Subscribe to change default url 3 post(s), 2 voice(s)

 
Avatar tachion2k 5 post(s)

How do I change the default URL from http://servername:8080/mediawiki to http://servername:8080?

 
Avatar antonio Administrator 485 post(s)

You have to change inside the file ‘httpd.conf’, which is located in apache2/conf folder, the DocumentRoot directive. You have to look for something like

"/path/to/your/installation/mediawiki-1.11.0-4/apache2/htdocs"

to

"/path/to/your/installation/mediawiki-1.11.0-4/apps/mediawiki/htdocs"

Cheers

 
Avatar tachion2k 5 post(s)

It worked! Thanks!

Forums MediaWiki