My experience with SSL on shared hosting is quite limited but after using 3 separate installations for a number of years, I am more than a little confused by the settings I have been given for a site, recently ported to a new server.
At first, Perl scripts in the CGI-BIN, wouldn't execute, instead they just displayed the source code.
The ISP said there was something wrong with the MIME settings and after some tweaking, Perl scripts would execute.
The problem I have now is that no relative links, from the cgi-bin will work. Full URLs to Dirs outside the CGI-BIN will work for images etc but calls to include templates are met with a blank screen.
So to the questions
My old SSL had links like this
The new one requires the CGI-BIN Dir before the domain name
What is the normal arrangement for this and could this arrangement be affecting relative links?
Do relative links normally work on all SSL installations or have I previously just been lucky?
Keith
At first, Perl scripts in the CGI-BIN, wouldn't execute, instead they just displayed the source code.
The ISP said there was something wrong with the MIME settings and after some tweaking, Perl scripts would execute.
The problem I have now is that no relative links, from the cgi-bin will work. Full URLs to Dirs outside the CGI-BIN will work for images etc but calls to include templates are met with a blank screen.
So to the questions
My old SSL had links like this
Code:
[URL unfurl="true"]https://SecureServerName/MyDomain.co.uk/[/URL][b]cgi-bin[/b]/PerlScript.pl"
The new one requires the CGI-BIN Dir before the domain name
Code:
[URL unfurl="true"]https://SecureServerName/[/URL][b]cgi-bin[/b]/MyDomain.co.uk/PerlScript.pl"
What is the normal arrangement for this and could this arrangement be affecting relative links?
Do relative links normally work on all SSL installations or have I previously just been lucky?
Keith