Installed SSL Cert for HTTPS - Images 403

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
TheNoLifer
Veteran Member
Posts: 67
Joined: 2015-06-06 12:10

Installed SSL Cert for HTTPS - Images 403

Post by TheNoLifer » 2016-06-03 13:26

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;
403_3.JPG
403_3.JPG (18.18 KiB) Viewed 3003 times
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
403_2.JPG
403_2.JPG (46.71 KiB) Viewed 3003 times
I would appreciate any thoughts on this issue!

Thanks,

A.
Attachments
403_1.JPG
403_1.JPG (23.06 KiB) Viewed 3003 times

TheNoLifer
Veteran Member
Posts: 67
Joined: 2015-06-06 12:10

Re: Installed SSL Cert for HTTPS - Images 403

Post by TheNoLifer » 2016-06-03 15:54

Update: it was my .htaccess. I had neglected to add a rewrite condition for the https referrer. It's working now.

Post Reply