urls and mediawiki, index in all wiki

Jump to: navigation, search

in all pages have this index.php/

example 1 http://127.0.0.1/mediawiki-1.19.1/index.php/Especial:Paginas_especiais

example 2 http://127.0.0.1/mediawiki-1.19.1/index.php/baco

i want this for all pages...

http://127.0.0.1/mediawiki-1.19.1/baco

i can ?

only with htaccess or have another way ???

Thx!

201.47.63.8505:01, 1 September 2012

Do you have mod-alias? You can test this by creating a test page (test.html in this example), putting it in on your server, and adding the following line to your .htaccess file.

Alias /test "/test.html"

That said if you can edit your server's configuration file (or get someone else to do it) you should.


I forgot to mention that your server must be configured to use .htaccess files or this won't work.

Allen4names (talk)16:02, 1 September 2012