hey everyone, i have a simple rewrite in my .htaccess file as such:
RewriteEngine on
RewriteRule ^files.php$ /test/folder/login.php [L]
so right now, this partially does the trick…when the user goes to files.php, it actually shows login.php from /test/folder/login.php
the problem: there are images in login.php which are referenced as such for example: <img src="…/…/products/images/product1.jpg"> and these pictures are not coming up anymore with the rewrite of the URL…anyone know how to fix this?
thanks a bunch!
ps - urgent…please reply ASAP.