Ok, so I finally understand the syntax of using mod_reqrite, but I have a question:
The dynmaic page the user is directed to shows just fine, but I have images with an img src like ../images/image.gif
Now because of my mod_rewrite:
RewriteRule Shop/(.)/(.).html$ php/SCPM_2_0/SC/subcat.php?CatSelect=$1&subcat=$2
The server looks for the image at
/Shop/images/images.gif
Is there a way I can write another RewriteRule, or do I have to change all of my links?