<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WordPress MU Sub Domain, Wild Card DNS</title>
	<atom:link href="http://alvistor.com/web-wizard/wordpress-mu-web-wizard/wordpress-mu-sub-domain-wild-card-dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://alvistor.com/web-wizard/wordpress-web-wizard/wordpress-mu-sub-domain-wild-card-dns/</link>
	<description>Updates That Never Fails To Excite &#38; Educate You</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:51:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jamie Iomo</title>
		<link>http://alvistor.com/web-wizard/wordpress-web-wizard/wordpress-mu-sub-domain-wild-card-dns/comment-page-1/#comment-1486</link>
		<dc:creator>Jamie Iomo</dc:creator>
		<pubDate>Wed, 08 Dec 2010 08:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://alvistor.com/?p=235#comment-1486</guid>
		<description>Hello

Looking forward to your next post</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Looking forward to your next post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: best registry cleaner</title>
		<link>http://alvistor.com/web-wizard/wordpress-web-wizard/wordpress-mu-sub-domain-wild-card-dns/comment-page-1/#comment-1467</link>
		<dc:creator>best registry cleaner</dc:creator>
		<pubDate>Tue, 07 Dec 2010 16:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://alvistor.com/?p=235#comment-1467</guid>
		<description>Nice content. Thank you for your information.</description>
		<content:encoded><![CDATA[<p>Nice content. Thank you for your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tharan</title>
		<link>http://alvistor.com/web-wizard/wordpress-web-wizard/wordpress-mu-sub-domain-wild-card-dns/comment-page-1/#comment-941</link>
		<dc:creator>Tharan</dc:creator>
		<pubDate>Thu, 23 Sep 2010 10:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://alvistor.com/?p=235#comment-941</guid>
		<description>For wordpress MS 3.0 and above, use the below code in .htaccess...

RewriteEngine On
RewriteBase /

#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]

# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]

&lt;IfModule mod_security.c&gt;
&lt;Files async-upload.php&gt;
SecFilterEngine Off
SecFilterScanPOST Off
&lt;/Files&gt;
&lt;/IfModule&gt;</description>
		<content:encoded><![CDATA[<p>For wordpress MS 3.0 and above, use the below code in .htaccess&#8230;</p>
<p>RewriteEngine On<br />
RewriteBase /</p>
<p>#uploaded files<br />
RewriteRule ^(.*/)?files/$ index.php [L]<br />
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*<br />
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]</p>
<p># add a trailing slash to /wp-admin<br />
RewriteCond %{REQUEST_URI} ^.*/wp-admin$<br />
RewriteRule ^(.+)$ $1/ [R=301,L]</p>
<p>RewriteCond %{REQUEST_FILENAME} -f [OR]<br />
RewriteCond %{REQUEST_FILENAME} -d<br />
RewriteRule . &#8211; [L]<br />
RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]<br />
RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]<br />
RewriteRule . index.php [L]</p>
<p><ifmodule mod_security.c><br />
<files async-upload.php><br />
SecFilterEngine Off<br />
SecFilterScanPOST Off<br />
</files><br />
</ifmodule></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tharan</title>
		<link>http://alvistor.com/web-wizard/wordpress-web-wizard/wordpress-mu-sub-domain-wild-card-dns/comment-page-1/#comment-265</link>
		<dc:creator>Tharan</dc:creator>
		<pubDate>Tue, 08 Jun 2010 17:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://alvistor.com/?p=235#comment-265</guid>
		<description>you should have only one redirection first, to make it work properly first. Do not change any other settings regarding this.
only follow the two steps, add sub domain *.yourdoamin.com and .htaccess change</description>
		<content:encoded><![CDATA[<p>you should have only one redirection first, to make it work properly first. Do not change any other settings regarding this.<br />
only follow the two steps, add sub domain *.yourdoamin.com and .htaccess change</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GTU Book</title>
		<link>http://alvistor.com/web-wizard/wordpress-web-wizard/wordpress-mu-sub-domain-wild-card-dns/comment-page-1/#comment-239</link>
		<dc:creator>GTU Book</dc:creator>
		<pubDate>Sat, 05 Jun 2010 08:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://alvistor.com/?p=235#comment-239</guid>
		<description>Hi i have shared hosting i have created * subdomain but it gives me error 

page does not redirect properly</description>
		<content:encoded><![CDATA[<p>Hi i have shared hosting i have created * subdomain but it gives me error </p>
<p>page does not redirect properly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wholesale sunglasses</title>
		<link>http://alvistor.com/web-wizard/wordpress-web-wizard/wordpress-mu-sub-domain-wild-card-dns/comment-page-1/#comment-219</link>
		<dc:creator>Wholesale sunglasses</dc:creator>
		<pubDate>Wed, 02 Jun 2010 19:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://alvistor.com/?p=235#comment-219</guid>
		<description>great share, great article, very usefull for me...thank you</description>
		<content:encoded><![CDATA[<p>great share, great article, very usefull for me&#8230;thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Hosting »  WordPress MU Sub Domain, Wild Card DNS &#124; alvistor.com</title>
		<link>http://alvistor.com/web-wizard/wordpress-web-wizard/wordpress-mu-sub-domain-wild-card-dns/comment-page-1/#comment-210</link>
		<dc:creator>Wordpress Hosting »  WordPress MU Sub Domain, Wild Card DNS &#124; alvistor.com</dc:creator>
		<pubDate>Sat, 29 May 2010 18:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://alvistor.com/?p=235#comment-210</guid>
		<description>[...] more from the original source: WordPress MU Sub Domain, Wild Card DNS &#124; alvistor.com     hopfeed_affiliate=&#039;fwsjay&#039;; hopfeed_affiliate_tid=&#039;&#039;; hopfeed_cellpadding=5; [...]</description>
		<content:encoded><![CDATA[<p>[...] more from the original source: WordPress MU Sub Domain, Wild Card DNS | alvistor.com     hopfeed_affiliate=&#39;fwsjay&#39;; hopfeed_affiliate_tid=&#39;&#39;; hopfeed_cellpadding=5; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: alvistor.com @ 2012-02-08 17:03:29 -->
