bioshock
New Member
- Messages
- 27
- Reaction score
- 0
- Points
- 0
i need to redirect images named with punk.png
to document_root/punk.png
for better explanation
a url of the image is http://www.example.com/subdir/subdir/punk.png it should redirect to
http://www.example.com/punk.png
i have done something but didn't work .
to document_root/punk.png
for better explanation
a url of the image is http://www.example.com/subdir/subdir/punk.png it should redirect to
http://www.example.com/punk.png
i have done something but didn't work .
Code:
RewriteEngine on
RewriteRule ^dl.png http://example.com/dl.png