Hi, i'm newbie to htaccess. May i know why when i have this rule it redirects me to the correct page but the page is all mess up. Images is not showing up. It seems that the css file, js file and images is not being read. How do i fix this? Any idea please?
Here is the rule:
RewriteRule ^category/([^/]+)/([^/]+)$ listing.php?catname=$1&page=$2 [nc]
I'm not sure if i am doing right in the code.