Name

ImageDirSecure — specify base location for all IMG and INPUT src= files served over HTTPS

SYNOPSIS

location

DESCRIPTION

The directive specifies a base location, accessible over the web, where Interchange should look for IMG and INPUT HTML src= file specifications, when the originating page is being served over a secure connection (HTTPS). This setting applies to image locations mentioned in <img src="">, <input src="">, <body background="">, <table background=""> and table subelements (<th>, <tr> and <td>).

This is useful if you are using separate HTTPS and HTTP servers, and cannot make the image directory paths match. If ImageDirSecure is unspecified, it defaults to ImageDir.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Setting ImageDirSecure

ImageDir /images.ssl/

NOTES

AVAILABILITY

ImageDirSecure is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 629

['ImageDirSecure',   undef,            ''],

AUTHORS

Interchange Development Group

SEE ALSO

no_image_rewrite(7ic), ImageAlias(7ic), VendURL(7ic), SecureURL(7ic), ImageDir(7ic)

DocBook! Interchange!