Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

Apache ReWrite Rules .HTACCESS FILE

Hey everyone, new to the forum hope I'm posting in the right place.

I have MediaWiki installed on Apache on CentOS7. Everything works fine, but I need to rewrite URLs to make them shorter. Default path is mediawiki.my.domain/mediawiki/index.php/article, and I'm just trying to get them like this: mediawiki.my.domain/mediawiki/article

I edited LocalSettings.php on MediaWiki path with:

$wgScriptPath = "/mediawiki";
$wgArticlePath = "/mediawiki/$1";

And I also have and...

Apache ReWrite Rules .HTACCESS FILE

from Apache https://ift.tt/3ccVJDV
via IFTTT

Post a Comment

0 Comments