could please me, want put .htaccess file "/fonts/" folder , save referes font files (svg, woff, otf, ttf, eot) example save_referer.php. need htaccess code pass http_referer php file. thats all. how can it? please, me.
unfortunately, didn't find right solution on internet.
you can use %{http_referer} server variable when reconstructing url redirecting to:
rewriterule ^/fonts/$ http://example.com/save_referer.php?referer=%{http_referer} disclaimer: not tested (but should on right track)
Comments
Post a Comment