<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 12:54:05 +0000</lastBuildDate>
    <item>
      <title>(Apache) How to set the PHP maximum execution time and script memory limit in an .htaccess file - cerxx</title>
      <link>https://snipplr.com/view/334734/how-to-set-the-php-maximum-execution-time-and-script-memory-limit-in-an-htaccess-file</link>
      <description>&lt;p&gt;How to set the PHP maximum execution time and script memory limit in an .htaccess file&lt;/p&gt;</description>
      <pubDate>Wed, 23 Oct 2019 21:26:25 UTC</pubDate>
      <guid>https://snipplr.com/view/334734/how-to-set-the-php-maximum-execution-time-and-script-memory-limit-in-an-htaccess-file</guid>
    </item>
    <item>
      <title>(Apache) Redirect HTTP to HTTPS in Apache - cerxx</title>
      <link>https://snipplr.com/view/334088/redirect-http-to-https-in-apache</link>
      <description>&lt;p&gt;Redirect HTTP to HTTPS in Apache&lt;/p&gt;</description>
      <pubDate>Wed, 18 Sep 2019 22:12:02 UTC</pubDate>
      <guid>https://snipplr.com/view/334088/redirect-http-to-https-in-apache</guid>
    </item>
    <item>
      <title>(Apache) Redirect subdomains to a folder on the main domain - cerxx</title>
      <link>https://snipplr.com/view/330160/redirect-subdomains-to-a-folder-on-the-main-domain</link>
      <description>&lt;p&gt;There is a domain: domain.ru&#13;
There are subdomains subdomain.domain.ru and forum.domain.ru&#13;
domain.ru is configured as a host and is located in the folder ... / www / domain /&#13;
Subdomains are aliases of the main domain - i.e. lead to the same folder ... / www / domain /&#13;
Idea: make subdomains refer to folders, inside the main domain folder, i.e.&#13;
subdomain.domain.ru -&gt; ... / www / domain / sd_subdomain / subdomain /&#13;
forum.domain.ru -&gt; ... / www / domain / sd_subdomain / forum /&#13;
Here is what you need to register in .htaccess&lt;/p&gt;</description>
      <pubDate>Fri, 07 Dec 2018 01:15:19 UTC</pubDate>
      <guid>https://snipplr.com/view/330160/redirect-subdomains-to-a-folder-on-the-main-domain</guid>
    </item>
    <item>
      <title>(Apache) Htaccess rewrite file for Letsencrypt and CakePHP app - acosonic</title>
      <link>https://snipplr.com/view/327293/htaccess-rewrite-file-for-letsencrypt-and-cakephp-app</link>
      <description>&lt;p&gt;This .htaccess actually forces all traffic to https, and allows cakephp app to work properly, as well as letsencrypt to go thru&lt;/p&gt;</description>
      <pubDate>Thu, 23 Nov 2017 18:17:56 UTC</pubDate>
      <guid>https://snipplr.com/view/327293/htaccess-rewrite-file-for-letsencrypt-and-cakephp-app</guid>
    </item>
    <item>
      <title>(Bash) Prevent Access to a Specific File/s in .htaccess - apphp-snippets</title>
      <link>https://snipplr.com/view/326975/prevent-access-to-a-specific-files-in-htaccess</link>
      <description>&lt;p&gt;This example shows you how to restrict to a specific file or multiple files. Add the following code block and edit the file name/s according to yuor needs.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Oct 2017 05:56:00 UTC</pubDate>
      <guid>https://snipplr.com/view/326975/prevent-access-to-a-specific-files-in-htaccess</guid>
    </item>
    <item>
      <title>(Bash) Force www./no-www. in .htaccess - apphp-snippets</title>
      <link>https://snipplr.com/view/326974/force-wwwnowww-in-htaccess</link>
      <description>&lt;p&gt;This example shows you how to force www. or no-www. using .htaccess file.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Oct 2017 05:55:00 UTC</pubDate>
      <guid>https://snipplr.com/view/326974/force-wwwnowww-in-htaccess</guid>
    </item>
    <item>
      <title>(PHP) Redirect to Another Directory in .htaccess - apphp-snippets</title>
      <link>https://snipplr.com/view/146229/redirect-to-another-directory-in-htaccess</link>
      <description>&lt;p&gt;This example shows you how to create redirection o another directory. It may be useful, for example, when you have a project, placed in sub-directory.&lt;/p&gt;</description>
      <pubDate>Fri, 26 Feb 2016 06:32:39 UTC</pubDate>
      <guid>https://snipplr.com/view/146229/redirect-to-another-directory-in-htaccess</guid>
    </item>
    <item>
      <title>(Apache) Force Rewrite for https and .html to .php in htaccess - jefferis</title>
      <link>https://snipplr.com/view/145668/force-rewrite-for-https-and-html-to-php-in-htaccess</link>
      <description>&lt;p&gt;This rewrite will not work on WordPress.  It forces .htm and .html files that no longer exist to go to the new .php versions of the pages.&lt;/p&gt;</description>
      <pubDate>Sat, 09 Jan 2016 03:38:44 UTC</pubDate>
      <guid>https://snipplr.com/view/145668/force-rewrite-for-https-and-html-to-php-in-htaccess</guid>
    </item>
    <item>
      <title>(PHP) 301 Weiterleitung mit php - ulfinger</title>
      <link>https://snipplr.com/view/78747/301-weiterleitung-mit-php</link>
      <description>&lt;p&gt;Statt mit .htaccess kann eine 301-Weiterleitung auch Ã¼ber php erfolgen&lt;/p&gt;</description>
      <pubDate>Thu, 02 Oct 2014 18:04:48 UTC</pubDate>
      <guid>https://snipplr.com/view/78747/301-weiterleitung-mit-php</guid>
    </item>
    <item>
      <title>(Apache) Wordpress: .htaccess performance tricks - chrisaiv</title>
      <link>https://snipplr.com/view/77395/wordpress-htaccess-performance-tricks</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/09/14/wordpress-htaccess-performance-tricks/&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 10:19:35 UTC</pubDate>
      <guid>https://snipplr.com/view/77395/wordpress-htaccess-performance-tricks</guid>
    </item>
    <item>
      <title>(Bash) Error Logging in .htaccess - apphp-snippets</title>
      <link>https://snipplr.com/view/75588/error-logging-in-htaccess</link>
      <description>&lt;p&gt;This example shows you how to log errors to a file, and prevent showing them to the user. Make sure that the file exists and you're able to write to it.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jul 2014 18:07:31 UTC</pubDate>
      <guid>https://snipplr.com/view/75588/error-logging-in-htaccess</guid>
    </item>
    <item>
      <title>(PHP) Remove File Extention from URLs in .htaccess - apphp-snippets</title>
      <link>https://snipplr.com/view/73576/remove-file-extention-from-urls-in-htaccess</link>
      <description>&lt;p&gt;This example shows you how to remove file extension from URLs using .htaccess file directives. Remember, that "mod_rewrite" works only on Apache server. Before trying please be sure that you are working on Apache server and the "mod_rewrite" module/extension is enabled.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Feb 2014 20:05:42 UTC</pubDate>
      <guid>https://snipplr.com/view/73576/remove-file-extention-from-urls-in-htaccess</guid>
    </item>
    <item>
      <title>(PHP) Different Directory Index Page in .htaccess - apphp-snippets</title>
      <link>https://snipplr.com/view/73575/different-directory-index-page-in-htaccess</link>
      <description>&lt;p&gt;We know that normally index.html or index.php is the default page for many servers, when visitor types a directory without specifying a file name. You can change this rule with .htaccess:&lt;/p&gt;</description>
      <pubDate>Wed, 05 Feb 2014 20:04:37 UTC</pubDate>
      <guid>https://snipplr.com/view/73575/different-directory-index-page-in-htaccess</guid>
    </item>
    <item>
      <title>(Apache) Redirect all users to access the site WITHOUT the \'www.\' prefix - graceman9</title>
      <link>https://snipplr.com/view/72490/redirect-all-users-to-access-the-site-without-the-www-prefix</link>
      <description>&lt;p&gt;Redirect all users to access the site WITHOUT the 'www.' prefix&lt;/p&gt;</description>
      <pubDate>Sun, 29 Sep 2013 04:47:07 UTC</pubDate>
      <guid>https://snipplr.com/view/72490/redirect-all-users-to-access-the-site-without-the-www-prefix</guid>
    </item>
    <item>
      <title>(Other) .htaccess tricks - telltec</title>
      <link>https://snipplr.com/view/70436/htaccess-tricks</link>
      <description>&lt;p&gt;Several tricks for your .htaccess file.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Mar 2013 20:57:45 UTC</pubDate>
      <guid>https://snipplr.com/view/70436/htaccess-tricks</guid>
    </item>
    <item>
      <title>(Other) .htaccess for Codeigniter in Wordpress subfolder - telltec</title>
      <link>https://snipplr.com/view/69757/htaccess-for-codeigniter-in-wordpress-subfolder</link>
      <description>&lt;p&gt;Try to run Codeigniter in a subfolder of a Wordpress installation and want to remove index.php for clean URLs? &#13;
&#13;
Put this code in a .htaccess file in your codeigniter directory ("cidir" in this example).&lt;/p&gt;</description>
      <pubDate>Sat, 02 Feb 2013 03:18:02 UTC</pubDate>
      <guid>https://snipplr.com/view/69757/htaccess-for-codeigniter-in-wordpress-subfolder</guid>
    </item>
    <item>
      <title>(Apache) .htaccess for wordpress network @wpengine - adds trailing slash to 404 pages - lucasoptura</title>
      <link>https://snipplr.com/view/69037/htaccess-for-wordpress-network-wpengine--adds-trailing-slash-to-404-pages</link>
      <description>&lt;p&gt;In my WP networks, I use a custom 404 page and plugin to answer calls asking for user information from a custom api. The API requires a URL format like this:&#13;
domain.com/username/&#13;
However, users don't ever type a trailing slash, nor should they, so this allows for a trailing slash anywhere but inside admin, except where it is needed in admin...&lt;/p&gt;</description>
      <pubDate>Sun, 09 Dec 2012 08:10:39 UTC</pubDate>
      <guid>https://snipplr.com/view/69037/htaccess-for-wordpress-network-wpengine--adds-trailing-slash-to-404-pages</guid>
    </item>
    <item>
      <title>(Apache) Remove /index.php - zwebapp</title>
      <link>https://snipplr.com/view/66789/remove-indexphp</link>
      <description>&lt;p&gt;Removing index.php to url. &#13;
e.g. www.yourwebsite.com/index.php -&gt; www.yourwebsite.com/&lt;/p&gt;</description>
      <pubDate>Fri, 17 Aug 2012 17:09:19 UTC</pubDate>
      <guid>https://snipplr.com/view/66789/remove-indexphp</guid>
    </item>
    <item>
      <title>(PHP) Perfect PHP .htaccess rewrites - FatFolderDesigner</title>
      <link>https://snipplr.com/view/66655/perfect-php-htaccess-rewrites</link>
      <description>&lt;p&gt;These two snippets together, the first in the .htaccess file, and the second in your PHP create an elegantly simple solution to arbitrary URLs with php. For a breakdown and example check out the link.&#13;
&#13;
Don't want to follow the link, how about the quick version. The .htaccess redirects anything that doesn't exist to the PHP, where the script breaks it apart and places it all in the $_urlvars for your own uses.&lt;/p&gt;</description>
      <pubDate>Sat, 11 Aug 2012 17:02:37 UTC</pubDate>
      <guid>https://snipplr.com/view/66655/perfect-php-htaccess-rewrites</guid>
    </item>
    <item>
      <title>(Apache) Remove .php from URL - wiryanm</title>
      <link>https://snipplr.com/view/65422/remove-php-from-url</link>
      <description>&lt;p&gt;.htaccess&lt;/p&gt;</description>
      <pubDate>Wed, 06 Jun 2012 13:25:25 UTC</pubDate>
      <guid>https://snipplr.com/view/65422/remove-php-from-url</guid>
    </item>
    <item>
      <title>(Apache) .htaccess script to block remote access and allow local ip - aruldave</title>
      <link>https://snipplr.com/view/64941/htaccess-script-to-block-remote-access-and-allow-local-ip</link>
      <description>&lt;p&gt;The below code lets you stop access from the remote IPs excluding your local machine IP. This code can be setup where someone wants to provide an internal access and restricting the external access for the web service. &#13;
-  [Automated Predictive Dialler Software for Call Centres](http://touchstarccs.co.uk/ "Automated Predictive Dialler Software for Call Centres")&lt;/p&gt;</description>
      <pubDate>Fri, 18 May 2012 20:56:18 UTC</pubDate>
      <guid>https://snipplr.com/view/64941/htaccess-script-to-block-remote-access-and-allow-local-ip</guid>
    </item>
    <item>
      <title>(Apache) Remove trailing slashes in htaccess - palimadra</title>
      <link>https://snipplr.com/view/64065/remove-trailing-slashes-in-htaccess</link>
      <description>&lt;p&gt;How to remove trailing slashes in URL's using .htaccess.&lt;/p&gt;</description>
      <pubDate>Wed, 21 Mar 2012 05:16:15 UTC</pubDate>
      <guid>https://snipplr.com/view/64065/remove-trailing-slashes-in-htaccess</guid>
    </item>
    <item>
      <title>(Apache) Prevent Image Hotlinking - ederfortunatO</title>
      <link>https://snipplr.com/view/63336/prevent-image-hotlinking</link>
      <description>&lt;p&gt;stop bandwidth theft!&lt;/p&gt;</description>
      <pubDate>Wed, 15 Feb 2012 00:12:19 UTC</pubDate>
      <guid>https://snipplr.com/view/63336/prevent-image-hotlinking</guid>
    </item>
    <item>
      <title>(Apache) Force www with htaccess - klovera</title>
      <link>https://snipplr.com/view/63190/force-www-with-htaccess</link>
      <description>&lt;p&gt;Domain ambiguous way of forcing www with htaccess&lt;/p&gt;</description>
      <pubDate>Thu, 09 Feb 2012 14:01:00 UTC</pubDate>
      <guid>https://snipplr.com/view/63190/force-www-with-htaccess</guid>
    </item>
    <item>
      <title>(Apache) 301er Weiterleitung - Perun</title>
      <link>https://snipplr.com/view/62834/301er-weiterleitung</link>
      <description>&lt;p&gt;Eine komplette Website mit Linkstruktur auf eine neue Domain weiterleiten&lt;/p&gt;</description>
      <pubDate>Sun, 29 Jan 2012 08:31:50 UTC</pubDate>
      <guid>https://snipplr.com/view/62834/301er-weiterleitung</guid>
    </item>
    <item>
      <title>(PHP) Do not allow public viewing of directory indexes - webtechdev</title>
      <link>https://snipplr.com/view/62715/do-not-allow-public-viewing-of-directory-indexes</link>
      <description>&lt;p&gt;Do not allow public to see your dir structure just pleae this code in .htacces&#13;
&#13;
Futther reading&#13;
There are two ways to approach this.  The best way to do this is via your .htaccess or httpd.conf file (if you have your own Apache server).  If your host allows the use of .htaccess, place this at the top:&#13;
The alternative would be to place a blank index.html file in each directory.  This may seem trivial, but a crafty and knowledgeable attacker will only need a small amount of information to get into your server.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jan 2012 14:03:52 UTC</pubDate>
      <guid>https://snipplr.com/view/62715/do-not-allow-public-viewing-of-directory-indexes</guid>
    </item>
    <item>
      <title>(Apache) .htaccess php handler mod_rewrite - ghost2109</title>
      <link>https://snipplr.com/view/62515/htaccess-php-handler-modrewrite</link>
      <description>&lt;p&gt;This is an .htaccess file for a mod_rewrite php url handler.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jan 2012 20:07:28 UTC</pubDate>
      <guid>https://snipplr.com/view/62515/htaccess-php-handler-modrewrite</guid>
    </item>
    <item>
      <title>(Apache) htaccess snippets - macodev</title>
      <link>https://snipplr.com/view/62198/htaccess-snippets</link>
      <description>&lt;p&gt;.htaccess snippets to optimize your website in many ways: Redirections, performances, ease of use&lt;/p&gt;</description>
      <pubDate>Sat, 31 Dec 2011 01:27:46 UTC</pubDate>
      <guid>https://snipplr.com/view/62198/htaccess-snippets</guid>
    </item>
    <item>
      <title>(Apache) Reduce spam on your WordPress blog by using .htaccess - no4h</title>
      <link>https://snipplr.com/view/61974/reduce-spam-on-your-wordpress-blog-by-using-htaccess</link>
      <description>&lt;p&gt;Reduce spam on WP installations (comment spam); this snippet does not look for https referers.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Dec 2011 02:45:25 UTC</pubDate>
      <guid>https://snipplr.com/view/61974/reduce-spam-on-your-wordpress-blog-by-using-htaccess</guid>
    </item>
    <item>
      <title>(Apache) How to: Protect your WordPress blog from hotlinking - no4h</title>
      <link>https://snipplr.com/view/61973/how-to-protect-your-wordpress-blog-from-hotlinking</link>
      <description>&lt;p&gt;FWIW&lt;/p&gt;</description>
      <pubDate>Mon, 19 Dec 2011 02:30:21 UTC</pubDate>
      <guid>https://snipplr.com/view/61973/how-to-protect-your-wordpress-blog-from-hotlinking</guid>
    </item>
    <item>
      <title>(Apache) Host additional domain in subdirectory - hotdiggity</title>
      <link>https://snipplr.com/view/61715/host-additional-domain-in-subdirectory</link>
      <description>&lt;p&gt;Rewrites url to appear like the additional domain appears independently hosted, however, only appropriate for a temporary web page as other pages throw an error.&lt;/p&gt;</description>
      <pubDate>Wed, 07 Dec 2011 11:12:36 UTC</pubDate>
      <guid>https://snipplr.com/view/61715/host-additional-domain-in-subdirectory</guid>
    </item>
    <item>
      <title>(Apache) Stop directory index browsing - f6design</title>
      <link>https://snipplr.com/view/61282/stop-directory-index-browsing</link>
      <description>&lt;p&gt;This snippet will stop people from snooping in your Apache directories. This is useful if you have directories containing files, but no index HTML/PHP document.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:33:03 UTC</pubDate>
      <guid>https://snipplr.com/view/61282/stop-directory-index-browsing</guid>
    </item>
    <item>
      <title>(Other) htaccess rewrite ?plan= - kbrown</title>
      <link>https://snipplr.com/view/60680/htaccess-rewrite-plan</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 10 Nov 2011 07:12:56 UTC</pubDate>
      <guid>https://snipplr.com/view/60680/htaccess-rewrite-plan</guid>
    </item>
    <item>
      <title>(Apache) htaccess site caching - czachor</title>
      <link>https://snipplr.com/view/60517/htaccess-site-caching</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2011 00:20:44 UTC</pubDate>
      <guid>https://snipplr.com/view/60517/htaccess-site-caching</guid>
    </item>
    <item>
      <title>(Apache) Performance-wise .htaccess - pentago</title>
      <link>https://snipplr.com/view/60448/performancewise-htaccess</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 01 Nov 2011 19:54:10 UTC</pubDate>
      <guid>https://snipplr.com/view/60448/performancewise-htaccess</guid>
    </item>
    <item>
      <title>(Apache) HTACCESS - Redirect &amp; strip all query strings - batfan</title>
      <link>https://snipplr.com/view/59977/htaccess--redirect--strip-all-query-strings</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 20 Oct 2011 05:26:16 UTC</pubDate>
      <guid>https://snipplr.com/view/59977/htaccess--redirect--strip-all-query-strings</guid>
    </item>
    <item>
      <title>(Bash) Show Hidden Files in Mac Finder - BFTrick</title>
      <link>https://snipplr.com/view/59652/show-hidden-files-in-mac-finder</link>
      <description>&lt;p&gt;Open up your terminal and type in the following commands to show hidden files (such as a .htaccess file).&lt;/p&gt;</description>
      <pubDate>Wed, 12 Oct 2011 01:36:56 UTC</pubDate>
      <guid>https://snipplr.com/view/59652/show-hidden-files-in-mac-finder</guid>
    </item>
    <item>
      <title>(Apache) HTACCESS - Redirect all other users to a Coming Soon page - batfan</title>
      <link>https://snipplr.com/view/59543/htaccess--redirect-all-other-users-to-a-coming-soon-page</link>
      <description>&lt;p&gt;Replace the IP with your IP.&lt;/p&gt;</description>
      <pubDate>Sat, 08 Oct 2011 02:53:38 UTC</pubDate>
      <guid>https://snipplr.com/view/59543/htaccess--redirect-all-other-users-to-a-coming-soon-page</guid>
    </item>
    <item>
      <title>(XML) .htaccess Wordpress - priyankvira</title>
      <link>https://snipplr.com/view/59509/htaccess-wordpress</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 07 Oct 2011 01:27:53 UTC</pubDate>
      <guid>https://snipplr.com/view/59509/htaccess-wordpress</guid>
    </item>
    <item>
      <title>(Apache) .htaccess Redirect ROOT to subdirectory - RainyDayMedia</title>
      <link>https://snipplr.com/view/59403/htaccess-redirect-root-to-subdirectory</link>
      <description>&lt;p&gt;I found this useful. Works as expected.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2011 00:23:08 UTC</pubDate>
      <guid>https://snipplr.com/view/59403/htaccess-redirect-root-to-subdirectory</guid>
    </item>
    <item>
      <title>(Apache) .htaccess add/remove www to domain redirect - macodev</title>
      <link>https://snipplr.com/view/59367/htaccess-addremove-www-to-domain-redirect</link>
      <description>&lt;p&gt;Rrewrite "www.domain.com -&gt; domain.com" and viceversa&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2011 02:57:36 UTC</pubDate>
      <guid>https://snipplr.com/view/59367/htaccess-addremove-www-to-domain-redirect</guid>
    </item>
    <item>
      <title>(Apache) HTACCESS - Redirect all but certain directory - batfan</title>
      <link>https://snipplr.com/view/59245/htaccess--redirect-all-but-certain-directory</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 29 Sep 2011 10:41:17 UTC</pubDate>
      <guid>https://snipplr.com/view/59245/htaccess--redirect-all-but-certain-directory</guid>
    </item>
    <item>
      <title>(Apache) Htaccess Speed Boost - justinscheetz</title>
      <link>https://snipplr.com/view/58392/htaccess-speed-boost</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 02 Sep 2011 12:57:31 UTC</pubDate>
      <guid>https://snipplr.com/view/58392/htaccess-speed-boost</guid>
    </item>
    <item>
      <title>(Apache) Basic .htaccess 301 redirect - ToddSmithSalter</title>
      <link>https://snipplr.com/view/58293/basic-htaccess-301-redirect</link>
      <description>&lt;p&gt;Redirect from the root of the site to another URL.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Aug 2011 06:18:59 UTC</pubDate>
      <guid>https://snipplr.com/view/58293/basic-htaccess-301-redirect</guid>
    </item>
    <item>
      <title>(Apache) Basic .htaccess Username switch - chopbust</title>
      <link>https://snipplr.com/view/58142/basic-htaccess-username-switch</link>
      <description>&lt;p&gt;Rewrites "www.site.com/xyz" to "index.php?who=xyz"&lt;/p&gt;</description>
      <pubDate>Thu, 25 Aug 2011 00:04:44 UTC</pubDate>
      <guid>https://snipplr.com/view/58142/basic-htaccess-username-switch</guid>
    </item>
    <item>
      <title>(Other) Wordpress - htaccess - silentpro</title>
      <link>https://snipplr.com/view/58075/wordpress--htaccess</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 22 Aug 2011 04:42:53 UTC</pubDate>
      <guid>https://snipplr.com/view/58075/wordpress--htaccess</guid>
    </item>
    <item>
      <title>(Bash) .htaccess domain redirects - beneberle</title>
      <link>https://snipplr.com/view/57844/htaccess-domain-redirects</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Aug 2011 04:07:44 UTC</pubDate>
      <guid>https://snipplr.com/view/57844/htaccess-domain-redirects</guid>
    </item>
    <item>
      <title>(PHP) Increase upload limit in wordpress with .htaccess file - stewartduffy</title>
      <link>https://snipplr.com/view/57670/increase-upload-limit-in-wordpress-with-htaccess-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 08 Aug 2011 09:42:46 UTC</pubDate>
      <guid>https://snipplr.com/view/57670/increase-upload-limit-in-wordpress-with-htaccess-file</guid>
    </item>
    <item>
      <title>(Apache) Setting PHP Memory Limit in .htaccess - Huskie</title>
      <link>https://snipplr.com/view/57652/setting-php-memory-limit-in-htaccess</link>
      <description>&lt;p&gt;Useful for WordPress installations that need more than 32M of memory&lt;/p&gt;</description>
      <pubDate>Sat, 06 Aug 2011 00:09:55 UTC</pubDate>
      <guid>https://snipplr.com/view/57652/setting-php-memory-limit-in-htaccess</guid>
    </item>
    <item>
      <title>(Other) Set upload size on webserver - athanassiadis</title>
      <link>https://snipplr.com/view/57339/set-upload-size-on-webserver</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 29 Jul 2011 20:10:49 UTC</pubDate>
      <guid>https://snipplr.com/view/57339/set-upload-size-on-webserver</guid>
    </item>
  </channel>
</rss>
