<?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>AskApache &#187; wordpress</title>
	<atom:link href="http://www.askapache.com/tag/wordpress-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 06 Jun 2013 10:27:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Separate favicons for the Frontend and Backend</title>
		<link>http://www.askapache.com/wordpress/favicon-frontend-backend.html</link>
		<comments>http://www.askapache.com/wordpress/favicon-frontend-backend.html#comments</comments>
		<pubDate>Tue, 30 Apr 2013 07:25:11 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=8855</guid>
		<description><![CDATA[<p><p>Here's a nifty little idea I had that has some merit and is super easy. Separate favicons for separate areas of a site.  Basically, I can't live without Firefox or Chrome and the way they use multiple tabs, having about 20-50 open at any one time.. But that makes it more difficult to find the right tab! <br /><br /><a href="http://www.askapache.com/wordpress/favicon-frontend-backend.html"><img src="http://uploads.askapache.com/2013/04/favicon-tabs.png" alt="favicon-tabs" width="375" height="33" /></a></p></p><p>The post <a href="http://www.askapache.com/wordpress/favicon-frontend-backend.html">Separate favicons for the Frontend and Backend</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/wordpress/favicon-frontend-backend.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>THE Ultimate Htaccess</title>
		<link>http://www.askapache.com/htaccess/htaccess.html</link>
		<comments>http://www.askapache.com/htaccess/htaccess.html#comments</comments>
		<pubDate>Wed, 10 Apr 2013 13:05:32 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[301 Redirects]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[ErrorDocument]]></category>
		<category><![CDATA[File Permissions]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP Headers]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[mod_security]]></category>
		<category><![CDATA[mod_status]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[RedirectMatch]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[RewriteCond]]></category>
		<category><![CDATA[RewriteEngine]]></category>
		<category><![CDATA[RewriteRule]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html</guid>
		<description><![CDATA[<p><p>I discovered these tips and tricks mostly while working as a network security penetration specialist hired to find security holes in web hosting environments.   That is when I started examining htaccess files in great detail and learned about the incredible untapped power of htaccess.  The only avenue on shared-hosting was and is the .htaccess file, and holy freaking fiber-optics.. it's almost as powerful as httpd.conf itself</p></p><p>The post <a href="http://www.askapache.com/htaccess/htaccess.html">THE Ultimate Htaccess</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/htaccess/htaccess.html/feed/</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
		<item>
		<title>Adding a Trailing &quot;/&quot; to WordPress Permalinks</title>
		<link>http://www.askapache.com/wordpress/adding-trailing-permalinks.html</link>
		<comments>http://www.askapache.com/wordpress/adding-trailing-permalinks.html#comments</comments>
		<pubDate>Wed, 17 Oct 2012 05:24:44 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RedirectMatch]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=7263</guid>
		<description><![CDATA[<p><p><strong>Problem:</strong> WordPress shows pages, categories, author pages, etc. without an ending '/'. <br /><strong style="margin-left:80px">/about</strong> instead of <strong>/about/</strong>.<br /><strong style="margin-left:80px">/category/htaccess</strong> instead of <strong>/category/htaccess/</strong>.<br /><br /><strong>Solution:</strong> Either <a href="http://www.askapache.com/wordpress/adding-trailing-permalinks.html#Sample_user_trailingslashit_Filter">hook into the <code>user_trailingslashit</code> filter</a>, or use <a href="http://www.askapache.com/wordpress/adding-trailing-permalinks.html#Htaccess_RedirectMatch">some htaccess <code>RedirectMatch</code></a><br class="C" /></p></p><p>The post <a href="http://www.askapache.com/wordpress/adding-trailing-permalinks.html">Adding a Trailing &quot;/&quot; to WordPress Permalinks</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/wordpress/adding-trailing-permalinks.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using PHP shorthand and short_open_tag</title>
		<link>http://www.askapache.com/php/shorthand-short_open_tag.html</link>
		<comments>http://www.askapache.com/php/shorthand-short_open_tag.html#comments</comments>
		<pubDate>Wed, 19 Sep 2012 19:09:35 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=7201</guid>
		<description><![CDATA[<p><p><a class="IFL" href="http://www.askapache.com/php/shorthand-short_open_tag.html"><img src="http://uploads.askapache.com/2012/09/no-php-shorthand-300x198.png" alt="no-php-shorthand" title="no-php-shorthand" width="300" height="198" /></a>I hope this will pursuade you to stop using PHP short_open_tag syntax.<br /><br /><code>&#60;?= or &#60;? </code><br class="C" /></p></p><p>The post <a href="http://www.askapache.com/php/shorthand-short_open_tag.html">Using PHP shorthand and short_open_tag</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/php/shorthand-short_open_tag.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mod_Rewrite Security</title>
		<link>http://www.askapache.com/htaccess/mod_rewrite.html</link>
		<comments>http://www.askapache.com/htaccess/mod_rewrite.html#comments</comments>
		<pubDate>Sat, 18 Feb 2012 06:54:18 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[RewriteCond]]></category>
		<category><![CDATA[RewriteRule]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=7045</guid>
		<description><![CDATA[<p><p><a class="hs hs13" href="http://www.askapache.com/security/mod_rewrite.html" title="Mod_Rewrite Artwork"></a>These are a few of the mod_rewrite uses that <a href="http://blogsecurity.net/">BlogSecurity</a> declared <strong>pushed the boundaries of Mod_Rewrite!</strong>  Some of these snippets are quite exotic and unlike anything you may have seen before, also only for those who understand them as they can kill a website pretty quick.<br class="C" /></p></p><p>The post <a href="http://www.askapache.com/htaccess/mod_rewrite.html">Mod_Rewrite Security</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/htaccess/mod_rewrite.html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress .htaccess in-depth</title>
		<link>http://www.askapache.com/htaccess/wordpress-htaccess-in-depth.html</link>
		<comments>http://www.askapache.com/htaccess/wordpress-htaccess-in-depth.html#comments</comments>
		<pubDate>Thu, 05 Jan 2012 03:42:34 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=264</guid>
		<description><![CDATA[<p><p><a class="IFL" href="http://www.askapache.com/htaccess/wordpress-htaccess-in-depth.html"><img src="http://uploads.askapache.com/2012/11/permalinks-300x253.png" alt="WordPress Permalinks" title="WordPress Permalinks" width="300" height="253" class="alignnone size-medium wp-image-7342" /></a>WordPress uses a file named <code>.htaccess</code> to rewrite all requests to the main <code>index.php</code> file.  This article explains what the htaccess file rules look like and what they actually do.<br class="C" /></p></p><p>The post <a href="http://www.askapache.com/htaccess/wordpress-htaccess-in-depth.html">WordPress .htaccess in-depth</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/htaccess/wordpress-htaccess-in-depth.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
