<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dikapediav2.com/wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki</id>
	<title>MediaWiki - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dikapediav2.com/wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki"/>
	<link rel="alternate" type="text/html" href="https://dikapediav2.com/wiki/index.php?title=MediaWiki&amp;action=history"/>
	<updated>2026-05-15T09:17:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://dikapediav2.com/wiki/index.php?title=MediaWiki&amp;diff=119&amp;oldid=prev</id>
		<title>Ardika Sulistija: Created page with &quot;&lt;strong&gt;Powered by MediaWiki.&lt;/strong&gt;  Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&#039;s Guide] for information on using the wiki software.  == Getting started == * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release m...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dikapediav2.com/wiki/index.php?title=MediaWiki&amp;diff=119&amp;oldid=prev"/>
		<updated>2024-08-27T00:47:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;strong&amp;gt;Powered by MediaWiki.&amp;lt;/strong&amp;gt;  Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.  == Getting started == * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release m...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;strong&amp;gt;Powered by MediaWiki.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====How to make Short URL====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Use the ShortURL builder: https://shorturls.redwerks.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In my case: &lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Apache Config&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;:&lt;br /&gt;
* This configuration is meant to go the same block as whatever VirtualHost or other directive you have your wiki&amp;#039;s DocumentRoot, ServerName, etc... already defined in.&lt;br /&gt;
* In other words, add this to both apache conf files:&lt;br /&gt;
** &amp;lt;b&amp;gt;/etc/httpd/conf/httpd.conf&amp;lt;/b&amp;gt;&lt;br /&gt;
** &amp;lt;b&amp;gt;/etc/httpd/conf/httpd-le-ssl.conf&amp;lt;/b&amp;gt;&lt;br /&gt;
 RewriteEngine On&lt;br /&gt;
 RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f&lt;br /&gt;
 RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d&lt;br /&gt;
 RewriteRule ^(.*)$ %{DOCUMENT_ROOT}/wiki/index.php [L]&lt;br /&gt;
 &lt;br /&gt;
 RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f&lt;br /&gt;
 RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d&lt;br /&gt;
 RewriteRule ^/?wiki/images/thumb/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ %{DOCUMENT_ROOT}/wiki/thumb.php?f=$1&amp;amp;width=$2 [L,QSA,B]&lt;br /&gt;
 &lt;br /&gt;
 RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f&lt;br /&gt;
 RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d&lt;br /&gt;
 RewriteRule ^/?wiki/images/thumb/archive/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ %{DOCUMENT_ROOT}/wiki/thumb.php?f=$1&amp;amp;width=$2&amp;amp;archived=1 [L,QSA,B]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;LocalSettings.php&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;. There should be a small block already in there that is similar to this, replace that with these settings to setup the MediaWiki side of the Short URL config.&lt;br /&gt;
 ## The URL base path to the directory containing the wiki;&lt;br /&gt;
 ## defaults for all runtime URL paths are based off of this.&lt;br /&gt;
 ## For more information on customizing the URLs please see:&lt;br /&gt;
 ## http://www.mediawiki.org/wiki/Manual:Short_URL&lt;br /&gt;
 $wgScriptPath = &amp;quot;/wiki&amp;quot;;&lt;br /&gt;
 $wgScriptExtension = &amp;quot;.php&amp;quot;;&lt;br /&gt;
 $wgArticlePath = &amp;quot;{$wgScriptPath}/$1&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 ## To enable image uploads, make sure the &amp;#039;images&amp;#039; directory&lt;br /&gt;
 ## is writable, then set this to true:&lt;br /&gt;
 $wgEnableUploads  = true;&lt;br /&gt;
 $wgGenerateThumbnailOnParse = false;&lt;/div&gt;</summary>
		<author><name>Ardika Sulistija</name></author>
	</entry>
</feed>