Jump to content
xt:Commerce Community Forum

Hosting / Shopstat / Faktura XP


qualidog

Recommended Posts

Hallo,

ic hatte mein Shop bei HE gehostet, da funktioniert Shopstat nicht, bin zur DomainFactory..da funktioniert Faktura CP nicht, dann habe ich mein Datenbank auf ein andere Server gesteelt (von Faktura XP) und dort sind die reaktionszeiten sehr schlecht....

Kenn jemand ein Provider wo alle diese Dinge einwandfrei funktionieren...damit könnte jemand Geld verdienen.

Danke!!

Brian

Link to comment
Share on other sites

tja, dann hat er was falsch gemacht.

läuft hier bei ner menge kunden auf HE ohne probleme.

.... Falls Manzier hier eine

Lösung hat, sollten Sie ihn nach der .htaccess-Datei fragen, und diese

kopieren (falls möglich bitte eine Kopie an mich).

Bitte beachten: es geht um mod_rewrite mit symbolischen Links, ich weiss

nicht ob die Frage im Forum von Manzier richtig verstanden wurde...

-Herr König

Hat jemand hier einen Lösung? Hat jemand die SUMA optimierung dort bei HE am laufen?

Link to comment
Share on other sites

hier mein htaccess. Wenn ich es so implementiere komme ich nicht mehr in mein Admin Bereich. PHP4 und PHP5 probiert. Lt. HE geht es nur mir PHP5.

# $Id: .htaccess,v 1.5 2005/05/19 17:09:19 Administrator 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>

#-- Call time pass reference error ?!

#php_flag allow_call_time_pass_reference On

#-----------------------------------------

#- SEO Hartmut König

#-----------------------------------------

#-- ! Comment this line, if you get an ERROR 500 !

#Options +FollowSymlinks

#-- If you get an ERROR 403 on HostEurope-Webhostings

#Options FollowSymlinks

# http://httpd.apache.org/docs/misc/rewriteguide.html

RewriteEngine on

#-- Sitemap mit Sprache

RewriteRule ^/([a-z]{2})/sitemap(.*)\.html$ /shop_content.php?coID=8&language=$1 [qsappend,L]

#-- Sitemap

RewriteRule ^sitemap(.*)\.html$ /shop_content.php?coID=8 [qsappend,L]

##-- Kategorien mit Sprachen

RewriteCond %{REQUEST_URI} ^/([a-z]{2})/(.*):::([_0-9]+):([_0-9]+)\.html$

RewriteRule ^([a-z]{2})/(.*):::([_0-9]+):([_0-9]+)\.html$ /index.php?cPath=$3&page=$4&language=$1 [qsappend,L]

RewriteCond %{REQUEST_URI} ^/([a-z]{2})/(.*):::([_0-9]+)\.html$

RewriteRule ^([a-z]{2})/(.*):::([_0-9]+)\.html$ /index.php?cPath=$3&language=$1 [qsappend,L]

##-- Kategorien

RewriteCond %{REQUEST_URI} (.*):::([_0-9]+):([_0-9]+)\.html$

RewriteRule (.*):::([_0-9]+):([_0-9]+)\.html$ /index.php?cPath=$2&page=$3 [qsappend,L]

RewriteCond %{REQUEST_URI} (.*):::([_0-9]+)\.html$

RewriteRule (.*):::([_0-9]+)\.html$ /index.php?cPath=$2&code=%{REQUEST_URI} [qsappend,L]

##-- Produkte mit Sprachen

RewriteRule ^([a-z]{2})/(.*)::(.+)\.html$ /product_info.php?products_id=$3&language=$1 [qsappend,L]

##-- Produkte

RewriteRule (.*)::(.+)\.html$ /product_info.php?products_id=$2 [qsappend,L]

##-- Content mit Sprache

RewriteRule ^([a-z]{2})/(.*):_:([0-9]+)\.html$ /shop_content.php?coID=$3&language=$1 [qsappend,L]

##-- Content

RewriteRule (.*):_:([0-9]+)\.html$ /shop_content.php?coID=$2 [qsappend,L]

##-- Manufacturers mit Sprachen

RewriteCond %{REQUEST_URI} ^/([a-z]{2})/(.*):.:([_0-9]+):([_0-9]+)\.html$

RewriteRule ^([a-z]{2})/(.*):.:([_0-9]+):([_0-9]+)\.html$ /index.php?manufacturers_id=$3&page=$4&language=$1 [qsappend,L]

RewriteCond %{REQUEST_URI} ^/([a-z]{2})/(.*):.:([_0-9]+)\.html$

RewriteRule ^([a-z]{2})/(.*):.:([0-9]+)\.html$ /index.php?manufacturers_id=$3&language=$1 [qsappend,L]

##-- Manufacturers

RewriteCond %{REQUEST_URI} (.*):.:([_0-9]+):([_0-9]+)\.html$

RewriteRule (.*):.:([_0-9]+):([_0-9]+)\.html$ /index.php?manufacturers_id=$2&page=$3 [qsappend,L]

RewriteCond %{REQUEST_URI} (.*):.:([_0-9]+)\.html$

RewriteRule (.*):.:([0-9]+)\.html$ /index.php?manufacturers_id=$2 [qsappend,L]

##-- Fehlerseiten auf die Sitemap lotsen

ErrorDocument 400 /sitemap.html?error=400

ErrorDocument 401 /sitemap.html?error=401

ErrorDocument 402 /sitemap.html?error=402

ErrorDocument 403 /sitemap.html?error=403

ErrorDocument 404 /sitemap.html?error=404

ErrorDocument 500 /sitemap.html?error=500

Link to comment
Share on other sites

  • 2 years later...

Archived

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

×
  • Create New...