Category | Mod_Rewrite

Have a problem with mod_rewrite rules? Debug it !

Posted on 09 March 2010

Many webmasters run in to mod_rewrite at one time or another and every one of them will have at least a little trouble with it. I just came across the RewriteLog Directive and corresponding RewriteLogLevel Directive.

Tags: , , ,

Rewrite subdomain to folder

Posted on 17 February 2010

You might have noticed some sites having their URLs written as if they were different subdomains of the same domain.

Tags:

10 Mod_Rewrite Rules You Should Know

Posted on 30 January 2010

Turn Mod_Rewrite On Mod_rewrite is used through your .htaccess file. Place the following code at the beginning of your .htaccess file to turn mod_rewrite on:

Mod Rewrite Cheat Sheet

Posted on 30 January 2010

Mod_Rewrite Cheat Sheet, a quick reference guide for mod_rewrite, with rewrite flags, regular expression syntax and sample rules. download mod_rewrite cheat sheet in pdf download mod_rewrite cheat sheet in png Regular Expression Syntax URL Rewriting with mod_rewrite depends a great deal upon a solid knowledge and understanding of regular expressions. The “RewriteRule” uses regular expressions [...]