slumbum Posted October 13, 2005 Share Posted October 13, 2005 I am still struggling with this. My check-out process is leading me to the ssl directory, but I am still getting a 403 forbidden error. Can someone please help me troubleshoot these settings? Thanks, it's appreciated. In catalog/includes/configure.php I have: define('HTTP_SERVER', 'http://www.muffandcuff.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/'); define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required In catalog/admin/includes/configure.php I have: define('HTTP_SERVER', 'http://www.muffandcuff.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/'); define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required Link to comment Share on other sites More sharing options...
AlanR Posted October 13, 2005 Share Posted October 13, 2005 You've got your configure.php files mixed up. These lines are from admin/includes/configure.php In catalog/includes/configure.php I have: define('HTTP_SERVER', 'http://www.muffandcuff.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/'); define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
slumbum Posted October 13, 2005 Author Share Posted October 13, 2005 Oh, OK. But I still can't get it working. You've got your configure.php files mixed up. These lines are from admin/includes/configure.php Link to comment Share on other sites More sharing options...
AlanR Posted October 13, 2005 Share Posted October 13, 2005 Oh, OK. But I still can't get it working. So post the correct one. (catalog/includes/configure.php) Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
Guest Posted October 14, 2005 Share Posted October 14, 2005 I am still struggling with this. My check-out process is leading me to the ssl directory, but I am still getting a 403 forbidden error. Can someone please help me troubleshoot these settings? Thanks, it's appreciated. In catalog/includes/configure.php I have: define('HTTP_SERVER', 'http://www.muffandcuff.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/'); define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required In catalog/admin/includes/configure.php I have: define('HTTP_SERVER', 'http://www.muffandcuff.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/'); define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required Did you get this working yet. I have thi fix in a contribution. Just search for Yahoo SSL in the contributions! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.