Current time: 09-29-2024, 12:17 AM Hello There, Guest! (LoginRegister)


Post Reply 
Umstellung auf ispCP geht xtCommerce nicht!
Author Message
DIGIMan Offline
Junior Member
*

Posts: 17
Joined: Oct 2008
Reputation: 0
Post: #1
Exclamation Umstellung auf ispCP geht xtCommerce nicht!
Hallo, seit der Umstellung von VHCS2 auf ispCP Omega geht der xtCommerce Shop mit Freundlichen URLs nicht mehr!
Habe schon das ganze Internet durchsucht, aber keine funktionierende Lösung gefunden.

Habe mein Server gecheckt ob mod_rewrite aktiviert ist, das ist OK.
Dann habe ich folgende .htaccess im htdocs-Ordner:

PHP Code:
# COMMENT THE FOLLOWIN LINE, IF YOU GET AN ERROR 500 (Internal Server Error)
# AllowOverride All
# Options +FollowSymlinks  +SymLinksIfOwnerMatch
Options +FollowSymLinks
# Redirect /google.html http://www.google.de

AddHandler php-fastcgi .html
RewriteEngine On


# SET THE FOLLOWING LINE, IF YOUR SHOP RUNS IN AN SUBFOLDER. 
# ALSO IF YOU GET AN ERROR 500 (Internal Server Error) ON SOME SYSTEMS
# EXAMPLE: If your shop is located at www.yourdomain.com/shop set the following line: "RewriteBase /shop"
RewriteBase /

# Don't use RewriteEngine in System-Subfolders
#RewriteRule ^admin|cache|callback|download|export|images|import|inc|includes|media|lang​|pub|templates|templates_c - [L] 

# Onlie use Rewrite Engine, if Directory or File not exist
RewriteCond %{REQUEST_FILENAME} -[OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule 
^(.+) - [PT,L]

# Rule: Product Info
RewriteRule ^(.*)products\/(.+)\.html$             product_info.php?bluegatemapto=product&linkurl=$[qsappend,L]

# Rule: Content
RewriteRule ^(.*)content\/(.+)\.html$             shop_content.php?bluegatemapto=content&linkurl=$[qsappend,L]

# Rule: Category Listing
RewriteCond %{REQUEST_FILENAME} !\.html$
RewriteRule ^(.*)$                     index.php?bluegatemapto=category&linkurl=$[qsappend,L]

# Route Error Pages to sitemap
# 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 

Aber wenn ich Schuchmaschinenfreundliche URLs aktiviere, gehts nichts und ich lande immer auf der Startseite. Login ich auch nicht mehr möglich...

Habe mir mal die PHPINFO() anzeigen lassen, aber dort finde ich auch nichts mit mod_rewrite...

Wäre über Lösungsvorschläge dankbar!
(This post was last modified: 02-05-2009 08:19 PM by DIGIMan.)
02-05-2009 08:16 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Umstellung auf ispCP geht xtCommerce nicht! - DIGIMan - 02-05-2009 08:16 PM

Forum Jump:


User(s) browsing this thread: 8 Guest(s)