I want to redirect one specific url like:
www.example.com/test/ex.gif
to
static.example.com/ex.gif
How can i do this in .htaccess?
I want to redirect one specific url like:
www.example.com/test/ex.gif
to
static.example.com/ex.gif
How can i do this in .htaccess?
Try this mod_rewrite rule:
Or this mod_alias directive:
From the top of my head:
or to any file in test: