Jump to content

Recommended Posts

Posted


i have one website in PW working fine

https://domain.com


in .htaccess i have un commented bellow to work fine with my SSL

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]


now i have one folder in this domain with images & i want to get the images with http not https.

like when i type

http://domain.com/images/image1.jpg

it convert this into

https://domain.com/images/image1.jpg

how to make only imags in image foler load with http

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...