PDA

View Full Version : https not loading images



wbarrett26
February 19th, 2005, 08:11 PM
I am new to ssl but recently recieved a SSL Certificate for my site(today) but i have two problems

1: I have a login page with am image and when i use the https://site.com/login.php the images dont load. The images are loaded from a folder.

2: How do you get php to be parsed in none .php pages. For example when using https://site.com/page.htm.

I have added
AddType application/x-httpd-php .html .htm
to the .htaccess page but that only works for the standard http:// pages.

Thanks for any help

intrudah
February 19th, 2005, 08:13 PM
you have to edit the php.ini on your host server to allow different php extensions

wbarrett26
February 19th, 2005, 09:09 PM
I have other extension parsing php right now on the http://site.com/page.htm and http://site.com/page.html pages by just changing the .htaccess file. Just not on the https:/site.com/page.html pages. I think some people use a httpd.conf file instead of the .htaccess.

Unfortunately I dont have access to the php.ini file so i cant change anything in there. If that is necessary then the host company will hopefully be able to make that change for me. Thanks intrudah.