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 here
With the new easy cgi windows hosting control panel, this old method can’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.
This is when you will require httpd.ini setup for your easy cgi windows hosting. Copy and paste below into a new file named “httpd.ini” 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.
[ISAPI_Rewrite]
### subdomain redirect ###
RewriteCond Host: (?:.+.)?easycgireview.org# For normal content & image files to go through
RewriteRule /images/(.*) /images/$1 [L]
RewriteRule /easycgi.php /easycgi.php [I,L]# For file-based wordpress content (i.e. theme), admin, etc.
RewriteRule /wp-(.*) /wp-$1 [I,L]# For normal wordpress content, via index.php
RewriteRule ^/$ /index.php [L]
RewriteRule /(.*) /index.php/$1 [L]
10 Most Recent Posting
- Easycgi uptime & Easycgi review for August 2009
- Easycgi hosting with $50 dollars google adwords credit
- Easycgi uptime & Easy cgi review for July 2009
- Easycgi customer feedback wanted. EasyCGI problem? EasyCGI sucks?
- Easycgi uptime and Easycgi Review for June 2009
- EasyCGI Hosting & Top 50 Web Hosting & Best Web Hosting
- Easycgi uptime & Easy CGI Review for April 2009
- Easycgi uptime for march 2009 – www.easycgireview.org
- Easycgi vs lunarpages (windows hosting comparison)
- Easycgi uptime for january 2009 – www.easycgireview.org














