Hello all,
I am trying to setup url masking in the .htaccess file.
My one command works but when I go to the page with the url mask none of my css or images load.
My ReWriteRule
RewriteRule real-estate/([.]+).htm$ listing.php?id=$1%{QUERY_STRING}
I have tried adding RewriteRule images/(.*)$ - [L] with no luck.
Do I have to put the full path of the css and images?
Thanks
DP