.htaccess
# $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# <Directory "/usr/local/apache/htdocs">
# AllowOverride Options
# </Directory>
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)
# The following makes adjustments to the SSL protocol for Internet
# Explorer browsers
<IfModule mod_setenvif.c>
<IfDefine SSL>
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
</IfDefine>
</IfModule>
# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)
<IfModule mod_php4.c>
php_value session.use_trans_sid 0
php_value register_globals 1
</IfModule>
configure.php
<?php
/*
osCommerce, Open Source E-Commerce Solutions
www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', '
www.hepsimalatyada.com'); // eg,
localhost - should not be empty for productive servers
define('HTTPS_SERVER', '
www.hepsimalatyada.com'); // eg,
localhost - should not be empty for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', '
www.hepsimalatyada.com');
define('HTTPS_COOKIE_DOMAIN', '
www.hepsimalatyada.com');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
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_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_CATALOG', '/usr/home/beyaz/musteri/C_hepsimalatyada/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
// define our database connection
define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', '**********');
define('DB_SERVER_PASSWORD', '********');
define('DB_DATABASE', '*******');
define('USE_PCONNECT', 'true'); // use persistent connections?
define('STORE_SESSIONS', '/tmp'); // leave empty '' for default handler or set to 'mysql'
?>
www.hepsimalatyada.com/includes/language...s/button_in_cart.gif
ftp'de /includes/languages/turkish/images/buttons button_in_cart.gif mevcut.
jpg filan yapıyorum yine de gözükmüyor.
SSL sertifikası filan yok.
define('ENABLE_SSL', false)
true yapınca da düzelmiyor.
-admin
Sunucu içi hata oluşuyor. Örneğin aşağıdaki düğmede sunucu hata üretiyor.
www.hepsimalatyada.com/includes/language...s/button_in_cart.gif
Hatanın sebebini hata kayıt dosyanıza bakarak öğrenebilirsiniz. Hata kayıt dosyasına hosting panelinden erişebilirsiniz.
hostum panel filan vermedi. Sadece veritabanı verdi. veritabanından düzeltebilir miyim?
nasıl düzeltebilirim?