Questions tagged [static-files]

76 questions
0
votes
0 answers

htaccess not redirecting images?

I'm trying to force all content to use HTTPS. I added the following rule to my htaccess: RewriteCond %{HTTPS} off RewriteCond %{HTTP:X-Forwarded-Proto} =http RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] It works fine for web pages…
nute
  • 791
  • 2
  • 11
  • 22
1 2 3 4 5
6