Hai all,
Im using the rewriterule in htaccess for seo friendly url
the url re-writing is working and page is getting displayed..but problem is its not loading the css and images...
Options +FollowSymLinks
RewriteEngine On
RewriteBase /final/
RewriteRule ^books/(.*)/product-([0-9]+)\.html$ productpage.php?name=$1&&productid=$2
Can you please check out what am missing in above code
Awaiting for your replys