<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Google Stop Blog - Make a change &#187; rewrite</title>
	<atom:link href="http://googlestop.com/blog/tag/rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://googlestop.com/blog</link>
	<description>Just another weblog of Charry</description>
	<lastBuildDate>Sat, 07 Jan 2012 09:51:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable rewrite in Mediawiki</title>
		<link>http://googlestop.com/blog/2008/04/enable-rewrite-in-mediawiki/</link>
		<comments>http://googlestop.com/blog/2008/04/enable-rewrite-in-mediawiki/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 13:12:00 +0000</pubDate>
		<dc:creator>Charry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://googlestop.com/blog/2008/04/19/enable-rewrite-in-mediawiki/</guid>
		<description><![CDATA[To those who want to enable rewrite in Mediawiki, please take a look at the following instructions: Move your Wiki to a sub directory of your site, for instance /w Create .htaccess in root directory, that is / and add the following lines to it: RewriteEngine on RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L,QSA] Open your LocalSettings.php and [...]]]></description>
			<content:encoded><![CDATA[<p>To those who want to enable rewrite in Mediawiki, please take a look at the following instructions:</p>
<ol>
<li>Move your Wiki to a sub directory of your site, for instance /w</li>
<li>Create .htaccess in root directory, that is / and add the following lines to it:</li>
<p>RewriteEngine on<br />
RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L,QSA]</p>
<li>Open your LocalSettings.php and add the following lines to it:</li>
<p>$wgScriptPath = &#8220;/w&#8221;;<br />
$wgScript = &#8220;/wiki&#8221;;<br />
$wgArticlePath = &#8220;$wgScript/$1&#8243;;</p>
<li>Done.</li>
</ol>
<p>Before you try this, please make sure you have enabled the rewrite feature of your Apache. and what the most important is: when you enabled rewrite in httpd.conf, <span style="text-decoration: underline;">you must stop it and start it</span>. please note, if you just try &#8216;restart&#8217;, it won&#8217;t work. i was stuck here for a loooog time. <img src='http://googlestop.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://googlestop.com/blog/2008/04/enable-rewrite-in-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

