<?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>Easy CGI Reviews &#38; Easy CGI Coupons 20% Discount - EasyCGI Review &#187; Easy CGI Blog</title>
	<atom:link href="http://www.easycgireview.org/easycgi/easy-cgi-blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.easycgireview.org</link>
	<description>Easy CGI reviews and easy cgi user reviews that you must read before signup easycgi.com hosting. Easycgi coupon and 20% easycgi special discount link. EasyCGI review from forum, blog, and user submitted. Review on easycgi windows hosting, vps hosting and dedicated server plan. This easy cgi blog is also about easy cgi coupon, easy cgi discount, easy cgi rebate, and easy cgi promotion.</description>
	<lastBuildDate>Wed, 04 Nov 2009 16:44:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Running wordpress blog with httpd.ini &#8211; Easy CGI windows ASP hosting</title>
		<link>http://www.easycgireview.org/running-wordpress-blog-with-httpdini-easy-cgi-windows-asp-hosting</link>
		<comments>http://www.easycgireview.org/running-wordpress-blog-with-httpdini-easy-cgi-windows-asp-hosting#comments</comments>
		<pubDate>Mon, 22 Dec 2008 07:50:42 +0000</pubDate>
		<dc:creator>Easy CGI Review</dc:creator>
				<category><![CDATA[Easy CGI Blog]]></category>
		<category><![CDATA[Easy CGI Windows Hosting]]></category>

		<guid isPermaLink="false">http://www.easycgireview.org/?p=77</guid>
		<description><![CDATA[Easy cgi hosting had upgraded their windows hosting plan, and are using new control panel and replacing their old web hosting control panel. Previously, if you are going to setup wordpress blog and running wordpress script at easy cgi windows hosting plan, you could setup a redirect page and route the use to a custom [...]]]></description>
			<content:encoded><![CDATA[<p>Easy cgi hosting had upgraded their windows hosting plan, and are using new control panel and replacing their old web hosting control panel. Previously, if you are going to setup wordpress blog and running wordpress script at easy cgi windows hosting plan, you could setup a redirect page and route the use to a custom redirection php files that basically will allow redirect feature for wordpress blog. More details on how to setup error page redirect to act as wordpress redirect can be found <a href="http://www.easycgireview.org/easy-cgi-wordpress-blog-running-in-iis">here</a></p>
<p>With the new easy cgi windows hosting control panel, this old method can&#8217;t word anymore, and your wordpress blog will return error whenever your url are using permalink. Your homepage can work as its just index.php working at the backend. But when you trying to view page or posting with url permalink redirect, you will get error page or server page not found etc.</p>
<p>This is when you will require httpd.ini setup for your easy cgi windows hosting. Copy and paste below into a new file named &#8220;httpd.ini&#8221; and upload it to ftp server and place it at same folder as the index.php would. This httpd.ini is customised for wordpress blog and can be run at any windows asp server or easy cgi windows hosting server. This easy cgi review site is running wordpress setup at windows asp hosting plan at easy cgi shared hosting plan with windows package.</p>
<blockquote><p>[ISAPI_Rewrite]</p>
<p>### subdomain redirect ###<br />
RewriteCond Host: (?:.+\.)?easycgireview\.org</p>
<p># For normal content &amp; image files to go through<br />
RewriteRule /images/(.*) /images/$1 [L]<br />
RewriteRule /easycgi.php /easycgi.php [I,L]</p>
<p># For file-based wordpress content (i.e. theme), admin, etc.<br />
RewriteRule /wp-(.*) /wp-$1 [I,L]</p>
<p># For normal wordpress content, via index.php<br />
RewriteRule ^/$ /index.php [L]<br />
RewriteRule /(.*) /index.php/$1 [L]</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.easycgireview.org/running-wordpress-blog-with-httpdini-easy-cgi-windows-asp-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy CGI wordpress blog running in IIS</title>
		<link>http://www.easycgireview.org/easy-cgi-wordpress-blog-running-in-iis</link>
		<comments>http://www.easycgireview.org/easy-cgi-wordpress-blog-running-in-iis#comments</comments>
		<pubDate>Sat, 17 May 2008 22:03:55 +0000</pubDate>
		<dc:creator>Easy CGI Review</dc:creator>
				<category><![CDATA[Easy CGI Blog]]></category>

		<guid isPermaLink="false">http://www.easycgireview.org/?p=23</guid>
		<description><![CDATA[If you are going to setup wordpress blog in windows IIS environment server supporting php, this will be the crucial article for you to read. First of all, you can setup php wordpress blog in windows hosting that also supporting php 4 or php 5 with mysql database. The problem that you will face is [...]]]></description>
			<content:encoded><![CDATA[<p>If you are going to setup wordpress blog in windows IIS environment server supporting php, this will be the crucial article for you to read. First of all, you can setup php wordpress blog in windows hosting that also supporting php 4 or php 5 with mysql database. The problem that you will face is that the permalink and url redirection/redirect will not work. And windows php will not support .htaccess redirection file as well. Windows IIS will kick yout permalink to asp error page. So how to solve this?</p>
<p><strong>Option 1</strong>, you can try getting a url redirect plugin for your iis server. Get the support team to setup this. And later you configure your website to use the plugin configuration file to do the trick. Note that this method can work, but its going to be costly, and it require some technical skill to configure the config file for the plugin. So forget about this! Its took me over $150 dollars and over 3 days work trying to get this running. And i failed.</p>
<p><strong>Option 2</strong>, you can upload a simple &#8220;wp-404-handler.php&#8221; file that uses custom error 404 redirection script. Login to you easy cgi control panel, and go to custom 404 setting and add this .php file to your custom 404 redirection destination. And its done! Took you not more than 5 minutes to do it!</p>
<pre><code class="php">&lt;?php
<span class="variable">$qs</span> = <span class="variable">$_SERVER</span>[<span class="string">'QUERY_STRING'</span>];
<span class="variable">$_SERVER</span>[<span class="string">'REQUEST_URI'</span>] = substr(<span class="variable">$qs</span>, strpos(<span class="variable">$qs</span>, <span class="string">':80'</span>)+<span class="number">3</span>);
<span class="variable">$_SERVER</span>[<span class="string">'PATH_INFO'</span>] = <span class="variable">$_SERVER</span>[<span class="string">'REQUEST_URI'</span>];
<span class="keyword">include</span>(<span class="string">'index.php'</span>);
?&gt;</code></pre>
<p>1) Add this content to &#8220;wp-404-handler.php&#8221; and upload this file to your easy cgi ftp root /yourdomain/. For my case, it will be &#8220;/easycgireview.org/wp-404-handler.php&#8221;</p>
<p>2) Login to your easy cgi control panel &gt; Web site/domain management &gt; select your domain &gt; Custom error pages &gt; 404 &gt; add in &#8220;wp-404-handler.php&#8221; &gt; save changes &gt; done!</p>
<p>3) Test your wordpress permalink url:<br />
<a href="http://www.easycgireview.org/easycgi/easy-cgi-coupons">http://www.easycgireview.org/easycgi/easy-cgi-coupons</a><br />
<a href="http://www.easycgireview.org/easy-cgi-dns-domain-nameserver">http://www.easycgireview.org/easy-cgi-dns-domain-nameserver</a><br />
<a href="http://www.easycgireview.org/2008/05">http://www.easycgireview.org/2008/05</a></p>
<p>There are other option like mod_rewrite or php.ini configuration. Trust me, i had been through most of it, and they don&#8217;t work like the custom 404 redirection. Its too simple to be true! If you are looking for wordpress permalink url redirection, this article will help you.</p>
<p>More useful resources:</p>
<p><a href="http://codex.wordpress.org/Using_Permalinks">http://codex.wordpress.org/Using_Permalinks</a><br />
<a href="http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/">http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/</a><br />
<a href="http://wordpress.org/support/topic/119303">http://wordpress.org/support/topic/119303</a></p>
<p>Go to <span style="text-decoration: underline;"><strong><a title="Easycgi.com" href="../easycgi.php" target="_blank">EasyCGI.com</a></strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.easycgireview.org/easy-cgi-wordpress-blog-running-in-iis/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
