## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs please see:
## http://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath = "/MediaWiki";
$wgScriptExtension = ".php";
$wgArticlePath = "${wgScriptPath}/$1";
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
could you share what kind of application you are talking about? if possible you can share the reference document about the application.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
You could download MediaWiki from the web platform installer.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
96 Posts
App wiki sites
Sep 11, 2020 12:12 PM|Roemesh|LINK
Hi Expert,
How to deploy appwiki sites ..is it in IIS? or any special methods for it
Roemesh
1616 Posts
Re: App wiki sites
Sep 14, 2020 02:13 AM|Jalpa Panchal|LINK
Hi,
To deploy the media wiki site sin iis you need the below configurations:
-IIS
-PHP Non-thread-safe Win32 binaries
-MySQL
-Wikimedia
Configure PHP and fast CGI with the iis. Download and Unpack MediaWiki.
Install the URL rewrite module and add the below rule to the MediaWiki files were installed folder.
set LocalSettings.php setting as below:
Refer below link for more detail steps:
MediaWiki on IIS
Regards,
Jalpa
96 Posts
Re: App wiki sites
Sep 14, 2020 03:00 AM|Roemesh|LINK
Hi Expert,
How about in. Net
Roemesh
1616 Posts
Re: App wiki sites
Sep 15, 2020 01:28 AM|Jalpa Panchal|LINK
could you share what kind of application you are talking about? if possible you can share the reference document about the application.
96 Posts
Re: App wiki sites
Sep 17, 2020 02:54 PM|Roemesh|LINK
Hi Expert,
Your answer is correct but i do not have access to install mediawiki installable . Any other option like download from webserver
Roemesh
1616 Posts
Re: App wiki sites
Sep 25, 2020 02:09 AM|Jalpa Panchal|LINK
Hi Roemesh,
You could download MediaWiki from the web platform installer.