| Posted: 16 May 2008 at 1:06pm | IP Logged
|
|
|
Hi,
I have a couple of <div> elements on my page. They display images. If I open the page using its original URL everything looks OK. But if I open the same page using a rewrite rule then those images are not on the page and I see a "error on page" icon in the bottom left corner of the browser.
So the original URL looks like this:
www.domain.com/file.asp?smbl=GE (the page opens OK)
The rule is:
RewriteRule /symbol/(.*) /file.asp\?smbl=$1
So when I open the page like:
www.domain.com/symbol/IBM
the page opens without those images and gets me the error.
What could be wrong?
Thanks
|