Basically I have /vb35rc1/blogs/username/ rewritten as /vb35rc1/blog.php?do=viewblog&un=username, but all my image paths point to /vb35rc1/blogs/username/images/. I looked up on google and found something like:
Code:
rewriteRule /vb35rc1/blogs/(.*)/images/ /vb35rc1/images/ [L]
Not much luck there though, under view source I see images/(image) now, but the images still won't show. Any pointers?
Thanks