Hi all,
Using latest version of appgini.
I installed an SSL Cert on my server for https access to my site. Everything seems to "work" - I haven't had any 404s, I can navigate pages fine, but the oddest thing - all images and javascript files are giving a 403 -
Check it out;
working login page under http: http://ada.abernyte.org/index.php?signIn=1
"working" login page, minus graphics, with https: https://ada.abernyte.org/index.php?signIn=1
This is system wide. All the little icons on the tables, any image, is giving a 403, access denied.
If we inspect the page in Chrome, there are errors;
Interestingly though, if you hit that URL directly, with https, it's fine - https://ada.abernyte.org/login_screen.jpg
Here's an example of the main page;
https://ada.abernyte.org/index.php
I would appreciate any thoughts on this issue!
Thanks,
A.
Installed SSL Cert for HTTPS - Images 403
-
- Veteran Member
- Posts: 67
- Joined: 2015-06-06 12:10
Installed SSL Cert for HTTPS - Images 403
- Attachments
-
- 403_1.JPG (23.06 KiB) Viewed 3000 times
-
- Veteran Member
- Posts: 67
- Joined: 2015-06-06 12:10
Re: Installed SSL Cert for HTTPS - Images 403
Update: it was my .htaccess. I had neglected to add a rewrite condition for the https referrer. It's working now.