2
votes
2answers
50 views
How to move a char from the subdomain to the filename in Apache mod rewrite?
I have this URL:
http://hostX.site.com/some_path_here/filename.jpg
and need to rewrite it to:
http://host.site.com/same_path_here/filenameX.jpg
…
