Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to install SSL on OSC: A Simple 1-2-3 Instruction


jpweber

Recommended Posts

Gave your suggestion a try with no luck. As for the site, we had a DNS configuration issue which is not resolved. Btw, we are current using a self signed certificate for testing.

 

I have resolved my issue. To conclude this story it was administrative error. When we configured Apache with SSL we forgot to add <Directory> directive with the AuthUserFile directive pointing to the .htaccess file. So the php_flag for "register_globals On" was not set for SSL thus the problem.

Link to comment
Share on other sites

  • Replies 485
  • Created
  • Last Reply
Thank you so much Jason. That cleared that up. My whole parse problem and the resulting english.php thing came about because I was trying to make a box so that I could put the SSL seal on my righthand column and then eventually bring down my paypal logo from the top of the page. I guess it is all so confusing to me. I read your earlier post about putting it where the Oscommerce logo use to be, but I have no idea where that is. The website was already modified for me, and the person who did it will not offer any help. Can you offer simple instructions on getting my SSL seal and Paypal logo where it needs to be?

 

Again, Thank you for being so helpful.

Laura

 

 

Laura, something like this:

 

<?php
/*
 $Id: login.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/
?>
<!-- login //-->
	  <tr>
		<td>
<?php
 $info_box_contents = array();
 $info_box_contents[] = array('text' => BOX_HEADING_LOGIN);

 new infoBoxHeading($info_box_contents, false, false);

 $info_box_contents = array();
 $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . BOX_INFORMATION_LOGIN . '</a><br>' .
									 '<a href="' . tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL') . '">' . BOX_INFORMATION_CREATE_ACCOUNT . '</a>');

 new infoBox($info_box_contents);
?>
		</td>
	  </tr>
<!-- login_eof //-->

 

This is a new file. Call it login.php, and place it in your includes/ folder. Adda line in your English.php .... call it // top of login box ............................................ and define your filename there.

 

Let me know.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Hi Jason,

 

First of all thanks for your help with SSL. Everything is working fine. Just now i found one problem.

 

In IE is everything fine. the problem is with Mozilla Firefox. When i want to send the form in contact_us.php page i get pop up window with security warning message.

 

Here is the code with the continue button for the form:

 

<td width="547" height="62" valign="top" align="right"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td>

 

 

Do you know what is causing this pop up window, please?

 

 

thank you very much

Link to comment
Share on other sites

Hi Jason,

 

I have been seeing how you are so helpful to everyone, so thank you. I currently have a static image showing that my site is secured, but I want to swap it out with the godaddy ssl (clickable/verifiable) image that they provided me the link to. If you look at my site now (fliton.com/catalog/), I want to put the ssl seal on the right column at all times, but i dont want a box around it (infobox). Im guessing I have to modify my column_right.php but I am not sure how to include this javascript language into the php. Any help is appreciated, thank you.

Link to comment
Share on other sites

Hi Jason,

 

First of all thanks for your help with SSL. Everything is working fine. Just now i found one problem.

 

In IE is everything fine. the problem is with Mozilla Firefox. When i want to send the form in contact_us.php page i get pop up window with security warning message.

 

Hi Medved.

 

http://www.zen-cart.com/forum/showthread.php?t=56885

 

and

 

http://www.zen-cart.com/forum/showthread.php?t=51469

 

show this problem quite well. It has to do with firefox going from SSL to NONSSL connections. One way of changing this would be to make your contact page unsecured (not SSL).

 

Jason

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Hi Jason,

 

I have been seeing how you are so helpful to everyone, so thank you. I currently have a static image showing that my site is secured, but I want to swap it out with the godaddy ssl (clickable/verifiable) image that they provided me the link to. If you look at my site now (fliton.com/catalog/), I want to put the ssl seal on the right column at all times, but i dont want a box around it (infobox). Im guessing I have to modify my column_right.php but I am not sure how to include this javascript language into the php. Any help is appreciated, thank you.

// require(DIR_WS_BOXES . 'reviews.php');

 

if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {

include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

include(DIR_WS_BOXES . 'securesite.php');

}

?>

Just put your code under the final ?> Eddie, like this, in your includes/column_right.php. Then you won't have the box

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Hi Medved.

 

http://www.zen-cart.com/forum/showthread.php?t=56885

 

and

 

http://www.zen-cart.com/forum/showthread.php?t=51469

 

show this problem quite well. It has to do with firefox going from SSL to NONSSL connections. One way of changing this would be to make your contact page unsecured (not SSL).

 

Jason

 

Hi Jason,

thank you very much for replay. so it works now. these are the changes in mine contact_us.php :

 

replace

tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=success'));

with

tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=success', 'SSL'));

 

replace

$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONTACT_US));

with

$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONTACT_US, '', 'SSL'));

 

replace

 <td width="100%" valign="top"><?php echo tep_draw_form('contact_us', tep_href_link(FILENAME_CONTACT_US, 'action=send')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0">

with

<td width="100%" valign="top"><?php echo tep_draw_form('contact_us', tep_href_link(FILENAME_CONTACT_US, 'action=send', 'SSL')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0">

 

thanks again for your help.

Link to comment
Share on other sites

Excellent work, Medved. I'm sure people will find the post you put up useful in the future.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Eddie, are you using a template or something? What's your URL?

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

// require(DIR_WS_BOXES . 'reviews.php');

 

if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {

include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

include(DIR_WS_BOXES . 'securesite.php');

}

?>

Just put your code under the final ?> Eddie, like this, in your includes/column_right.php. Then you won't have the box

 

 

I also have the GoDaddy SSL on the bottom of my column_right.php file. I had to put it inside a table tag...here's what's at the bottom of my column_right.php page right after the last ?>

 

<tr><td><table align="center"><tr><td><script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=***************************"></script></td></tr></table></td></tr>

 

Give that a try and see if you get closer to the result you're looking for.

 

Adam

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

I am not using a template, just modified the oscommerce with some graphics, etc. The site is fliton.com/catalog/

 

Thanks again...

 

 

Try my post above, see if that will work for you.

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

I think Adam is right; if you would just add the <table><tr><td><img src="images/security_seal.jpg"></td></tr></table>, then it would be fine. I had left out the tags, but that shoudl do it.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

is there a way to add the seal inside the PHP code? I think because I am putting the javascript code outside the last ?>, it is not in the right column.

 

Geez ... want me to do it for you? Takes 15 seconds.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

is there a way to add the seal inside the PHP code? I think because I am putting the javascript code outside the last ?>, it is not in the right column.

 

By the way, you have to take that contribution thing on the right side of your header and change the links to make them SSL links. Well, just for login, my account, and checkout. I would guess it's in your catalog/includes/header.php.

 

So for instance, you might see a link like this:

 

<?=tep_href_link('login.php')?>

 

you just change this to:

 

<?=tep_href_link('login.php', '', 'SSL')?>

 

And do the same for account.php and checkout_shipping.php. Then upload your catalog/includes/header.php to your server and then you'll be SSL protected for real.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Did the below. I'm not being shuffled off to the secure server. I've tried looking for typos, etc. but can't find any. I got approved for CC's today and this is the final hurdle.

 

Should the first two URLs in the instructions for Admin/Includes/configure.php reference "https" or just "http"?

 

(clippy was here)

Anyway, with bluehost, your config files would look like this (note: "username" refers to the username given to you by Bluehost):

 

Admin/Includes/Configure.php:

define('HTTP_SERVER', 'https://www.yoursite.com');

define('HTTP_CATALOG_SERVER', 'https://www.yoursite.com');

define('HTTPS_CATALOG_SERVER', 'https://secure.bluehost.com/~username');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

As is any case with Shared SSL, you'll have to contact your host for the proper configure files, but a simple google search will help, seeing as that many users using the same Shared SSL have already installed OSC beforehand, and have posted about it. So search the web, or call your host -- but if you're going through Bluehost, you already know now. Good luck!

Link to comment
Share on other sites

So frustrating!!!

 

After getting told numerous times by my hosting company that I can not purchase and SSL through another company, I finally broke down and bought one through them for MORE than I was wanting to spend. THEN, I get this email telling me that getting a dedicated ssl means that my site needs to be moved to a different server and that I have to move all of my files, databases, and email accounts to this other server myself! Unless of course I want to spend another $50 to have them do it for me..... So rediculous, I am so ticked! Sure hope I dont ruin anything while I am transferring all of my files over! And to top it off because I have like 4 other domain names that use my server, they are going to be down for at least 2 days while they are setting up the pointer!

 

Sorry to vent on here but I figured this was SSL related....

Link to comment
Share on other sites

Did the below. I'm not being shuffled off to the secure server. I've tried looking for typos, etc. but can't find any. I got approved for CC's today and this is the final hurdle.

 

Should the first two URLs in the instructions for Admin/Includes/configure.php reference "https" or just "http"?

 

https:// for all of them on the admin side.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

So frustrating!!!

 

After getting told numerous times by my hosting company that I can not purchase and SSL through another company, I finally broke down and bought one through them for MORE than I was wanting to spend. THEN, I get this email telling me that getting a dedicated ssl means that my site needs to be moved to a different server and that I have to move all of my files, databases, and email accounts to this other server myself! Unless of course I want to spend another $50 to have them do it for me..... So rediculous, I am so ticked! Sure hope I dont ruin anything while I am transferring all of my files over! And to top it off because I have like 4 other domain names that use my server, they are going to be down for at least 2 days while they are setting up the pointer!

 

Sorry to vent on here but I figured this was SSL related....

 

You need a dedicated IP address, Elaine ... So you could get a Private SSL, but you'd probably need to purchase a dedicated IP, and some hosts charge like 20 bucks for that, or whatever. Anyway, your host was just milking you for what they could get, and probably throwing "tech talk" at you to confuse you, which hosts are trained to do. Often, hosts nowadays will demand you use their Shared SSL unless you upgrade your plan to a premium plan, etc., bumping you from 5.99/month to 19.99/month .... so you really gotta watch out for those hosts.

 

If you need any help sorting things out, let me know.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

https:// for all of them on the admin side.

 

 

I was gonna grumble that the directions didn't seem to be worth much ... but further investigation showed that, due to Unix-style file perms, the edited files I had 'sent' had never posted to my site. All's well now, though. Thanks.

 

PS ... WHERE in Detroit are you? I'm at I-96 & Telegraph.

Link to comment
Share on other sites

hello everyone

 

having a minor problem i cant get my admin side to be secure

 

i was able to secure my catalog but when i click on my admin client it still says not secured and it takes me to htt://myhost.com/admin/index.php

 

when i type https://myhost.c2.ixwebhosting.com/admin/index.php its shows it locked

 

how can i get it so that when i click on admin it takes me to the secured site

 

here is my admin/includes/configure.php

// define our webserver variables

// FS = Filesystem (physical)

// WS = Webserver (virtual)

define('HTTP_SERVER', 'https://dynamicchemical.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', 'https://dynamicchemical.com');

define('HTTPS_CATALOG_SERVER', 'https://dynamicchemical.c2.ixwebhosting.com');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);

define('DIR_WS_CATALOG', '/catalog/');

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

anyhepl would be great ty

Link to comment
Share on other sites

I was gonna grumble that the directions didn't seem to be worth much ... but further investigation showed that, due to Unix-style file perms, the edited files I had 'sent' had never posted to my site. All's well now, though. Thanks.

 

PS ... WHERE in Detroit are you? I'm at I-96 & Telegraph.

 

Grew up at 6 and Farmington. Live in Northville now.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...