Hi, In order to make nice and friendly SEO links I'm using this:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)\.html$ page.php?ida=$1&idb=$2 [QSA]
So http://www.example.com/solutions/hardware.html will be: http://www.example.com/page.php?ida=solutions&idb=hardware
This works.
But the problem is there is no graphic element downloaded! (Inline images and css background), The font style and none graphic style applied well since the css style section is not in a separate css file but it's embeded in my header section page.
Is there any helpful lines to be added in my .htaccess file so therefore images/
directory would be axcepted?
Help please i'm new in .htaccess!
Thanks,