<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - tylerhall</title>
<link>http://snipplr.com/users/tylerhall/tags/htaccess</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 12 Oct 2008 20:22:02 GMT</pubDate>
<item>
<title>(Other) Force SSL HTTPS Connections</title>
<link>http://snipplr.com/view/3823/force-ssl-https-connections/</link>
<description><![CDATA[ <p>Adding these rules to your .htaccess file will force visitors to use https</p> ]]></description>
<pubDate>Wed, 03 Oct 2007 09:44:45 GMT</pubDate>
<guid>http://snipplr.com/view/3823/force-ssl-https-connections/</guid>
</item>
<item>
<title>(Bash) Deny Access to .svn Files From Web</title>
<link>http://snipplr.com/view/3706/deny-access-to-svn-files-from-web/</link>
<description><![CDATA[ <p>If your website is under version control, users may be able to access your .svn files. This mod_rewrite rule serves a 404 error page if they try to access them. Place the following lines in your website's .htaccess file.</p> ]]></description>
<pubDate>Sat, 15 Sep 2007 09:04:29 GMT</pubDate>
<guid>http://snipplr.com/view/3706/deny-access-to-svn-files-from-web/</guid>
</item>
<item>
<title>(Other) Force Website To Not Use WWW Prefix</title>
<link>http://snipplr.com/view/2613/force-website-to-not-use-www-prefix/</link>
<description><![CDATA[ <p>This mod_rewrite rule will force visitors who go to www.domain.com to be redirected to domain.com</p> ]]></description>
<pubDate>Tue, 08 May 2007 15:07:47 GMT</pubDate>
<guid>http://snipplr.com/view/2613/force-website-to-not-use-www-prefix/</guid>
</item>
<item>
<title>(Other) mod_rewrite ignore rules if a matching file or directory exists</title>
<link>http://snipplr.com/view/344/modrewrite-ignore-rules-if-a-matching-file-or-directory-exists/</link>
<description><![CDATA[ <p>Place these lines at the top of your .htaccess file to skip to existing files and directories if they exist. If not, proccess our other rules as usual.</p> ]]></description>
<pubDate>Tue, 11 Jul 2006 11:06:18 GMT</pubDate>
<guid>http://snipplr.com/view/344/modrewrite-ignore-rules-if-a-matching-file-or-directory-exists/</guid>
</item>
</channel>
</rss>