I want to use google drive to share static content to my site. How can I use htaccess to do that? I only want to rewrite addresses for image, css and js files, so rest of the files from root folder should be serve from main server.
For example, I want to rewrite www.adress.pl/template/mytemplate/image.jpg
www.adress.pl/template/mytemplate/css/some.css
to:
googledrive.com/host/0B4zbBxGUyY4NRFVlVU5/image.jpg
googledrive.com/host/0B4zbBxGUyY4NRFVlVU5/css/some.css
Is it possible?