Example:
www.thesite.com/tutorials/3/
converts to:
www.thesite.com?section=tutorials&id=3
Thats all good, but now I have a page that I want mod_rewrite to ignore.
Example:
www.thesite.com/newpage/
convert to:
www.thesite.com/newpage/index.php
It's important that all subsections also ignore my mod_rewrite.
So: www.thesite.com/newpage/subsection/
should ignore the mod_rewrite code used for the rest of the site.
I'm searching online for the solution, probably a form of 'if statement'. If I find the solution before one is posted, I'll add it here.
Thanks in advance,
Edited by PixelHiveDesign, 01 April 2007 - 10:39 AM.
