i have a rewrite pattern
RewriteRule ^category/([0-9]+)/([0-9]+)/(.*)/?$ index.php?do=showCat&catId=$1&p=$2 [NC,L]
all my links to imgs and the css or .js files are relative to the server, with this rewrite pattern , all the addresses are corupted now, is there any way to stop rewrite module on this situation.
i dont want to use HTML < base > Tag, it does't supported on IE -8