Can I change <src=/image/123.jpg> to <src=image/123.jpg> by removing "/" in mod_rewrite. "/" in path causing browser read image from http://domain.com/image/123.jpg -> image not found not in right path http://domain.com/myapp/image/123.jpg Currently i'm using shared hosting. How to tweak this things?
Do you have a lot of images? You could just use a redirect... In .htaccess it's... Redirect /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html