How do I have a mod_rewrite rule to handle all requests like http: //mysite.example/images/ I can write IMAGE.gif | Jpg | Png and instead http: //mystaticfiles.example/IMAGE.gif | Jpg | Png ?
Thanks
Client connection - & gt; Mysite.example - & gt; Proxy request mystaticfiles.example - & gt; Mystaticfiles.example sends the file - & gt; Mysite.example - & gt; Sends file to client
Comments
Post a Comment