A link to your site?
A link to your site?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
oops - www.porterranchpharmacy.com
This is a silly question, but are you sure you already put the code to display the seal on your site?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I downloaded the modules and copied the files in to the directories. Per the directions:
Installation
=============
$content .= ' <!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag -->';
=====================================================
Add the following files:
/includes/languages/english/extra_definitions/YOUR_TEMPLATE/GeoTrust_defines.php
/includes/modules/sideboxes/YOUR_TEMPLATE/GeoTrust.php
/includes/templates/YOUR_TEMPLATE/sideboxes/tpl_GeoTrust.php
I don't see where it says any file to edit - it does have a snippet of code but it doesnt say what file to edit or where to put it. I do show a sidebox (sideboxes/mother_earth/GeoTrust.php) that I have activated, however, the sideboxes/mother_earth part is in red text for some reason.
Last edited by Patrick_Mathews; 27 Jan 2008 at 07:18 PM. Reason: need to add something
And did you turn on that sidebox? ^^
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I believe so...
Box Details:
Box Name: GeoTrust.php
Left/Right Column Status: ON
Location: (Single Column ignores this setting) LEFT
Left/Right Column Sort Order: 0
Single Column Sort Order: 0
Single Column Status: ON
Ok, just to make sure, this is your site?
www.porterranchpharmacy.com
Where is the store located?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Don't mean to muddy the water here, since I believe yellow1912 knows more than I do, so I'll only relate my situation:
When I setup my ssl, I set it up as https://www.artbeautiful.com, not https://artbeautiful.com, which was a choice I made.
What I found later is that if someone logs on to the latter, they won't see the cert.
I was told to point those folks to the https via an htaccess file with these 3
lines in it.
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://www.yoursite'.com/$1 [R=permanent]
What this does is checks to see if they are connecting using https, if
they aren't then it redirects them to the https site.
Just place the .htaccess file in your /home/user/yoursite directory
where your website is hosted and it should start working immediately.
I'm not sure about the server port number for you. You may have to get that from your host.
Someone else is welcome to confirm or correct this.
[FONT="Georgia"]Jack Andrews[/FONT]
Andrews & Associates Advertising - Dallas, Texas
ART Beautiful - Fine art posters, prints and custom giclées
I just checked my site. I recently changed hosts and now the cert shows with the http://
Guess there is some other reason.
???
[FONT="Georgia"]Jack Andrews[/FONT]
Andrews & Associates Advertising - Dallas, Texas
ART Beautiful - Fine art posters, prints and custom giclées
I have my cert set up for www. I also have the site set up to use www. It doesn't show up when I type in www or leave it out.
Still stumped...