Sorry, I have searched and looked at the FAQ area and setup area and cannot find an answer to this
Parts of this site is not secure (such as images)
Also it appears admin is not going to https at all.
Is there instructions anywhere on what needs to be done after the SSL cert in installed?
Parts of this site is not secure (such as images)
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: Parts of this site is not secure (such as images)
Check and edit your files to ensure https is in the defined constants:
/youradmin/includes/configure.php
/includes/configure.php
Re: Parts of this site is not secure (such as images)
That sorta of fixed it @heatherbell but when you just type the domain how do you force it to go to https thats a .httacess rewrite right?
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: Parts of this site is not secure (such as images)
Host servers differ but that's configured on our host server, there should be no requirement to change your htaccess
-
madruga
- Member
- Posts: 38
- Joined: Thu Mar 16, 2023 12:43 pm
- Phoenix Version:
- Has thanked: 22 times
- Been thanked: 2 times
Re: Parts of this site is not secure (such as images)
I am interested in this issue with images as well. How do we keep our images secure and not accessed directly using a link? I have SSL on my sites but can enter an image URL and view it in my browser. Or is this the normal behaviour?
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Parts of this site is not secure (such as images)
This is normal behaviour.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
madruga
- Member
- Posts: 38
- Joined: Thu Mar 16, 2023 12:43 pm
- Phoenix Version:
- Has thanked: 22 times
- Been thanked: 2 times
Re: Parts of this site is not secure (such as images)
Thank you @burt
Isn't it better to secure these images? Perhaps, this is something needed to improve Phoenix? How can one protect images without breaking store?
Isn't it better to secure these images? Perhaps, this is something needed to improve Phoenix? How can one protect images without breaking store?
-
artfulweb
- Contributor
- Posts: 184
- Joined: Thu Oct 29, 2020 12:34 pm
- Phoenix Version: v1.1.0.6
- Has thanked: 29 times
- Been thanked: 14 times
Re: Parts of this site is not secure (such as images)
To secure your images makes sure they are not writeable. Do not have 777 permissions on them. Mine are at 604 which is the standard for my hoster to keep them from being writeable.
-
madruga
- Member
- Posts: 38
- Joined: Thu Mar 16, 2023 12:43 pm
- Phoenix Version:
- Has thanked: 22 times
- Been thanked: 2 times
Re: Parts of this site is not secure (such as images)
I'm not talking about making images writeable. Isn't it possible to make it impossible for images to be viewed directly via a URL? Surely, there must be a way to protect images from being viewed and stolen.
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Parts of this site is not secure (such as images)
Can you say why would you want to protect images? It seems pointless, but you may of course have a good reason for it. Even google does not protect images;
https://www.google.com/
Image Logo direct: https://www.google.com/images/branding/ ... 2x92dp.png
Having images that can't be accessed in this way, seems like a waste of time and effort.
It is not something that would make phoenix improved in my opinion.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.