Experts Round Table Network

Bits and Bytes => Tips, Tricks, Snippets, Tidbits And General Pearls Of Wisdom => Topic started by: fedoracore on February 14, 2007, 09:12:14 PM



Title: mod_rewrite Cheat Sheet
Post by: fedoracore on February 14, 2007, 09:12:14 PM
based on the interest in the subject i sensed from another thread here at Experts Round Table (where discussion focused heavily on Friendly URL's), i thought that perhaps this resource might come in handy for someone.

it's "over my head" yet, so it's not going to do me a lot of good right now, but i wanted to share it in case someone else might find it to be "just the thing".

enjoy!
http://www.ilovejackdaniels.com/apache/mod_rewrite-cheat-sheet/

(how's that for a domain name!)


Title: Re: mod_rewrite Cheat Sheet
Post by: coral1 on February 14, 2007, 10:54:58 PM
It's over mine too, but I might get there one day.  : )
Thanks for the link.


Title: Re: mod_rewrite Cheat Sheet
Post by: VGR on February 15, 2007, 06:21:05 AM
saved and printed for later&immediate use, many thanks.

PS you see you have interesting stuff to share already ;-)


Title: Re: mod_rewrite Cheat Sheet
Post by: GrandSchtroumpf on February 15, 2007, 06:47:56 AM
Very good reference sheet :)


Title: Re: mod_rewrite Cheat Sheet
Post by: fedoracore on February 16, 2007, 09:06:26 PM
Cool!

I was wondering if it was truly a "good" resource. i'm glad to hear that it's useable.
I look forward to going back and checking it out some day when i'm ready.

:)


Title: Re: mod_rewrite Cheat Sheet
Post by: CrYpTiC_MauleR on February 16, 2007, 10:38:04 PM
In depth explanation of all the flags etc http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html not as compact though =oP


Title: Re: mod_rewrite Cheat Sheet
Post by: VGR on February 17, 2007, 01:44:39 AM
yes, three caveats :
1) the mod_rewrite slightly changed between 1.3.x, 2.0.x and 2.2.x so be warned against the version you use vs the version you look the documentation of ;-)
2) I found the 2.2 documentation to be wrong/incomplete on occasions - or if you prefer, strange things happen in 2.2 and nobody has a clue ;-)
3) you can turn logging on for mod_rewrite, and it's not explained on the cheat sheet