<?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 404 Not Found Problem</title>
	<atom:link href="http://www.yeasir.com/blog/2008/06/wordpress-404-not-found-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yeasir.com/blog/2008/06/wordpress-404-not-found-problem/</link>
	<description>Web Localization, i18n, Web 2.0, Culture, Translation 2.0, New Media and New Tech....</description>
	<lastBuildDate>Wed, 11 Jan 2012 16:21:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Robbie</title>
		<link>http://www.yeasir.com/blog/2008/06/wordpress-404-not-found-problem/comment-page-1/#comment-2871</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Wed, 11 Jan 2012 16:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeasir.com/blog/?p=193#comment-2871</guid>
		<description>Yup. changing the AllowOverride in httpd.conf in the section for /var/www/html to All (was None) and rebooted the httpd service did the trick for me. Thanks everyone!</description>
		<content:encoded><![CDATA[<p>Yup. changing the AllowOverride in httpd.conf in the section for /var/www/html to All (was None) and rebooted the httpd service did the trick for me. Thanks everyone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lantrix</title>
		<link>http://www.yeasir.com/blog/2008/06/wordpress-404-not-found-problem/comment-page-1/#comment-2801</link>
		<dc:creator>Lantrix</dc:creator>
		<pubDate>Tue, 05 Oct 2010 05:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeasir.com/blog/?p=193#comment-2801</guid>
		<description>You can find the &quot;AllowOverride&quot; directive either in your httpd.conf file for the entire apache setup, or if using it on a vhost, look for it in the vhost configuration file.</description>
		<content:encoded><![CDATA[<p>You can find the &#8220;AllowOverride&#8221; directive either in your httpd.conf file for the entire apache setup, or if using it on a vhost, look for it in the vhost configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marwei</title>
		<link>http://www.yeasir.com/blog/2008/06/wordpress-404-not-found-problem/comment-page-1/#comment-2800</link>
		<dc:creator>marwei</dc:creator>
		<pubDate>Mon, 04 Oct 2010 22:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeasir.com/blog/?p=193#comment-2800</guid>
		<description>@Lantrix - same problem as you just outlined. Thx much.

Redhat via webmin and the staff there are pretty sloppy on httpd.conf file and there were some globals that I have to override on a per dir level.

Thanks again - u  saved me a support ticket!</description>
		<content:encoded><![CDATA[<p>@Lantrix &#8211; same problem as you just outlined. Thx much.</p>
<p>Redhat via webmin and the staff there are pretty sloppy on httpd.conf file and there were some globals that I have to override on a per dir level.</p>
<p>Thanks again &#8211; u  saved me a support ticket!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.yeasir.com/blog/2008/06/wordpress-404-not-found-problem/comment-page-1/#comment-2797</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Thu, 09 Sep 2010 00:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeasir.com/blog/?p=193#comment-2797</guid>
		<description>Thanks guys and dolls,
You helped me solve the problem.
I had no .htaccess file and found the contents on the Permalink tab / page in the Wordpress configuration. Adding a .htaccess file solved it for me :-)</description>
		<content:encoded><![CDATA[<p>Thanks guys and dolls,<br />
You helped me solve the problem.<br />
I had no .htaccess file and found the contents on the Permalink tab / page in the WordPress configuration. Adding a .htaccess file solved it for me <img src='http://www.yeasir.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hector</title>
		<link>http://www.yeasir.com/blog/2008/06/wordpress-404-not-found-problem/comment-page-1/#comment-2795</link>
		<dc:creator>hector</dc:creator>
		<pubDate>Mon, 30 Aug 2010 00:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yeasir.com/blog/?p=193#comment-2795</guid>
		<description>I have exactly the same issue. I am new to wordpress and have the following in my .htaccess file

# BEGIN WordPress
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

I have set it to 666

I have my permalinks set at /%category%/%postname%/
I have my site hosted on 1and1

All my catagoy links get 404 errors !!


I have hardly slept from tyong to figure it out over the last 3 days.

Can anyone help ?</description>
		<content:encoded><![CDATA[<p>I have exactly the same issue. I am new to wordpress and have the following in my .htaccess file</p>
<p># BEGIN WordPress<br />
AddType x-mapp-php5 .php<br />
AddHandler x-mapp-php5 .php</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
<p>I have set it to 666</p>
<p>I have my permalinks set at /%category%/%postname%/<br />
I have my site hosted on 1and1</p>
<p>All my catagoy links get 404 errors !!</p>
<p>I have hardly slept from tyong to figure it out over the last 3 days.</p>
<p>Can anyone help ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

