unser os- shop und der connector laufen auf einem Apache-Server problemfrei unter:
http://www.XXXX.de/oscommerce/catalog/
http://www.XXXX.de/oscommerce/catalog/jtlwawi_connector
root ist dabei http://www.XXX.de/
(.htaccess geschützt)
jetzt will ich aber root in
http://www.XXXX.de/oscommerce/catalog/ legen
und bekomme es einfach nicht hin, dass der Connector dann noch läuft.... der Shop läuft nach Anpassen der entsprechenden configure.php's ohne Probleme dann unter http://www.XXXX.de/index.php
Was muss in der paths.php richtigerweise definiert werden? Oder liegt es nur an der .htaccess ? Vielleicht kann jemand ein paar nützliche Tips geben
Fehler:
http://www.XXXX.de/oscommerce/catalog/
http://www.XXXX.de/oscommerce/catalog/jtlwawi_connector
root ist dabei http://www.XXX.de/
(.htaccess geschützt)
Code:
[b]#paths.php[/b]
<?php
//Pfad zum Shop Root
define (DOCROOT_PATH,"../../");
?>
jetzt will ich aber root in
http://www.XXXX.de/oscommerce/catalog/ legen
und bekomme es einfach nicht hin, dass der Connector dann noch läuft.... der Shop läuft nach Anpassen der entsprechenden configure.php's ohne Probleme dann unter http://www.XXXX.de/index.php
Was muss in der paths.php richtigerweise definiert werden? Oder liegt es nur an der .htaccess ? Vielleicht kann jemand ein paar nützliche Tips geben
Fehler:
Code:
Warning: main() [function.main]: open_basedir restriction in effect. File(/admin/includes/configure.php) is not within the allowed path(s): (/var/www/web679/html/:/var/www/web679/phptmp/:/var/www/web679/files/:/var/www/web679/atd/:/usr/share/php/) in /var/www/web679/html/african_savannah/oscommerce/catalog/jtlwawi_connector/admin/admininclude.php on line 18
Warning: main(/admin/includes/configure.php) [function.main]: failed to open stream: Operation not permitted in /var/www/web679/html/african_savannah/oscommerce/catalog/jtlwawi_connector/admin/admininclude.php on line 18
Fatal error: main() [function.require]: Failed opening required '/admin/includes/configure.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/web679/html/african_savannah/oscommerce/catalog/jtlwawi_connector/admin/admininclude.php on line 18
Code:
# $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $
#
# 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>
# If Search Engine Friendly URLs do not work, try enabling the
# following Apache configuration parameter
# AcceptPathInfo On
# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)
# php_value session.use_trans_sid 0
# php_value register_globals 1
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}