Forum Moderators: phranque
but what I don't totally understand is what and when do the specail characters mean IE:
! $ * .? ^
I see them often but I can't find anything to explain to me when I should use \.* vs (.*)
or what the $ means at the end of a condition.
Those characters control the pattern-matching functions of mod_rewrite, implemented with the Posix regular-expressions standard used in PERL and PHP and many other programming/scripting languages as well.
This reference should help: [etext.lib.virginia.edu...]
Also see the very brief guide in the mod_rewrite documentation [httpd.apache.org].
Jim