Benutzername: Passwort:  
Das Shop Forum für die Onlineshop Software Lösungen. Die kostenlosen Shoplösungen bieten Ihnen enorme Möglichkeiten für Ihren eigenen Online Shop. Vergleichen Sie die Shop Systeme und überzeugen Sie sich von den Leistungen der Shops. Einen Onlineshop erstellen ohne Vorkenntnisse in Programmiersprachen.

Wir bieten Ihnen Hilfe bei der Installation und Einrichtung und der Design Anpassung der Templates, sowie Marketing und SEO Tips.

Support
Forum-Übersicht -> Installation und Einrichtung
Neues Thema eröffnen    Neue Antwort erstellen   


Lokale Installation auf xampp - links "funktionieren&qu

  • FWP Neuling
Schönen Guten Tag,

der Titel sagt es ja schon aus: Bei der lokalen Installation auf einem Windows-Rechner mit xampp lösen die Links auf Produkte und Kategorien nur einen 404er aus.

Hier der Inhalt der htaccess:

Code:
#RewriteEngine On
Options +FollowSymlinks

#RewriteBase /jh/394/

## MALL Links ##
#RewriteRule ^([0-9]+) index.php?iNexcelentUserId=$1 [L]
#RewriteRule ^(.*),news/(.*),([0-9]*)\.html$ index.php?sPage=news&iNewsId=$3 [L]
#RewriteRule ^(.*),product/(.*)-([0-9]*)\.html$ index.php?sPage=product&iProd=$3&sNotation=$2&sShopCode=$1 [L]
#RewriteRule ^(.*),catalog/(.*)-([0-9]*)-([0-9]*)\.html$ index.php?sPage=category&iCat=$3&iPage=$4&sNotation=$2&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.product\.(.*)\.([0-9]*)\.([0-9]*),(.*)\.html$ index.php?sPage=product&sAction=$4&iProd=$5&iPVId=$6&PHPSESSID=$3&sNotation=$7&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.client\.(.*)\.html$ index.php?sPage=client&sAction=$4&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.content\.(.*)\.(.*)\.(.*),(.*)\.html$ index.php?sPage=content&sAction=$4&sContent=$5&iPVId=$6&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.cat\.([0-9]*)\.([0-9]*),(.*)\.html$ index.php?sPage=category&iCat=$4&iPage=$5&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.cart\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=cart&iDel=$4&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.offerList\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=offerList&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.search\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=search&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.eCard\.(.*)\.(.*)\.(.*)\.html$ index.php?sPage=eCard&sAction=$4&PHPSESSID=$3&iCardId=$5&sId=$6&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.eCard\.show\.(.*)\.html$ index.php?sPage=eCard&sAction=show&PHPSESSID=$3&sId=$4&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.compare,(.*)\.html$ index.php?sPage=compare&sAction=$4&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.faqList\.html$ index.php?sPage=faqList&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.faqArticle\.(.*)\.faq\.html$ index.php?sPage=faqArticle&iCategoryId=$4&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-tags,(.*).html$ index.php?sPage=tags&sTag=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),(.*)-(.*)\.guest-(.*).html$ index.php?sPage=guestBook&sAction=list&iStart=$4&PHPSESSID=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),([a-z]*)-manufacturer-(.*).html$ index.php?sPage=manufacturer&iId=$3&sShopCode=$1 [L]
#RewriteRule ^(.*),shops/([a-z0-9]*)/prodImg/(.*),(.*)$ shops/$2/prodImg/$4 [L]

## SEO Links ##
#RewriteRule ^news/(.*),([0-9]*)\.html$ index.php?sPage=news&iNewsId=$2 [L]
#RewriteRule ^product/(.*)-([0-9]*)\.html$ index.php?sPage=product&iProd=$2&sNotation=$1 [L]
#RewriteRule ^catalog/(.*)-([0-9]*)-([0-9]*)\.html$ index.php?sPage=category&iCat=$2&iPage=$3&sNotation=$1 [L]
#RewriteRule ^(.*)-(.*)\.product\.(.*)\.([0-9]*)\.([0-9]*),(.*)\.html$ index.php?sPage=product&sAction=$3&iProd=$4&iPVId=$5&PHPSESSID=$2&sNotation=$6 [L]
#RewriteRule ^(.*)-(.*)\.client\.(.*)\.html$ index.php?sPage=client&sAction=$3&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-(.*)\.content\.(.*)\.(.*)\.(.*),(.*)\.html$ index.php?sPage=content&sAction=$3&sContent=$4&iPVId=$5&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-(.*)\.cat\.([0-9]*)\.([0-9]*),(.*)\.html$ index.php?sPage=category&iCat=$3&iPage=$4&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-(.*)\.cart\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=cart&iDel=$3&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-(.*)\.offerList\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=offerList&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-(.*)\.search\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=search&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-(.*)\.eCard\.(.*)\.(.*)\.(.*)\.html$ index.php?sPage=eCard&sAction=$3&PHPSESSID=$2&iCardId=$4&sId=$5 [L]
#RewriteRule ^(.*)-(.*)\.eCard\.show\.(.*)\.html$ index.php?sPage=eCard&sAction=show&PHPSESSID=$2&sId=$3 [L]
#RewriteRule ^(.*)-(.*)\.compare,(.*)\.html$ index.php?sPage=compare&sAction=$3&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-(.*)\.faqList\.html$ index.php?sPage=faqList&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-(.*)\.faqArticle\.(.*)\.faq\.html$ index.php?sPage=faqArticle&iCategoryId=$3&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-(.*)\.cms-(.*)$ index.php?sPage=cms&sKey=$3&PHPSESSID=$2 [L]
#RewriteRule ^(.*)-tags,(.*).html$ index.php?sPage=tags&sTag=$2 [L]
#RewriteRule ^cms/(.*)$ index.php?sPage=cms&sKey=$1 [L]
#RewriteRule ^(.*)-(.*)\.guest-(.*).html$ index.php?sPage=guestBook&sAction=list&iStart=$3&PHPSESSID=$2 [L]
#RewriteRule ^([a-z]*)-manufacturer-(.*).html$ index.php?sPage=manufacturer&iId=$2 [L]
#RewriteRule ^search-factory.html$ index.php?sPage=manufacturerList [L]
#RewriteRule ^shops/([a-z0-9]*)/prodImg/(.*),(.*)$ shops/$1/prodImg/$3 [L]
#RewriteRule ^admin/_files/shop([0-9]+)/(.*)$ admin/index.php?sPage=file&sFileName=$2&iShopId=$1 [L]
#RewriteRule ^admin/_files/mandator([0-9]+)/(.*)$ admin/index.php?sPage=file&sFileName=$2&iMandatorId=$1 [L]
#RewriteCond %{REQUEST_FILENAME} -s [OR]
#RewriteCond %{REQUEST_FILENAME} -l [OR]
#RewriteCond %{REQUEST_FILENAME} -d
#RewriteRule ^.*$ - [NC,L]
#RewriteRule ^.*$ index.php [NC,L]

<Files ~ "\.(tpl|inc|cfg)">
   Deny from All
</Files>
RewriteEngine On
#Options +FollowSymlinks

RewriteBase /fwpshop/

## MALL Links ##
RewriteRule ^(.*),news/(.*),([0-9]*)\.html$ index.php?sPage=news&iNewsId=$3 [L]
RewriteRule ^(.*),product/(.*)-([0-9]*)\.html$ index.php?sPage=product&iProd=$3&sNotation=$2&sShopCode=$1 [L]
RewriteRule ^(.*),catalog/(.*)-([0-9]*)-([0-9]*)\.html$ index.php?sPage=category&iCat=$3&iPage=$4&sNotation=$2&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.product\.(.*)\.([0-9]*)\.([0-9]*),(.*)\.html$ index.php?sPage=product&sAction=$4&iProd=$5&iPVId=$6&PHPSESSID=$3&sNotation=$7&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.client\.(.*)\.html$ index.php?sPage=client&sAction=$4&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.content\.(.*)\.(.*)\.(.*),(.*)\.html$ index.php?sPage=content&sAction=$4&sContent=$5&iPVId=$6&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.cat\.([0-9]*)\.([0-9]*),(.*)\.html$ index.php?sPage=category&iCat=$4&iPage=$5&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.cart\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=cart&iDel=$4&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.offerList\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=offerList&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.search\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=search&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.eCard\.(.*)\.(.*)\.(.*)\.html$ index.php?sPage=eCard&sAction=$4&PHPSESSID=$3&iCardId=$5&sId=$6&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.eCard\.show\.(.*)\.html$ index.php?sPage=eCard&sAction=show&PHPSESSID=$3&sId=$4&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.compare,(.*)\.html$ index.php?sPage=compare&sAction=$4&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.faqList\.html$ index.php?sPage=faqList&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.faqArticle\.(.*)\.faq\.html$ index.php?sPage=faqArticle&iCategoryId=$4&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-tags,(.*).html$ index.php?sPage=tags&sTag=$3&sShopCode=$1 [L]
RewriteRule ^(.*),(.*)-(.*)\.guest-(.*).html$ index.php?sPage=guestBook&sAction=list&iStart=$4&PHPSESSID=$3&sShopCode=$1 [L]
RewriteRule ^(.*),([a-z]*)-manufacturer-(.*).html$ index.php?sPage=manufacturer&iId=$3&sShopCode=$1 [L]
RewriteRule ^(.*),shops/([a-z0-9]*)/prodImg/(.*),(.*)$ shops/$2/prodImg/$4 [L]

## SEO Links ##
RewriteRule ^news/(.*),([0-9]*)\.html$ index.php?sPage=news&iNewsId=$2 [L]
RewriteRule ^product/(.*)-([0-9]*)\.html$ index.php?sPage=product&iProd=$2&sNotation=$1 [L]
RewriteRule ^catalog/(.*)-([0-9]*)-([0-9]*)\.html$ index.php?sPage=category&iCat=$2&iPage=$3&sNotation=$1 [L]
RewriteRule ^(.*)-(.*)\.product\.(.*)\.([0-9]*)\.([0-9]*),(.*)\.html$ index.php?sPage=product&sAction=$3&iProd=$4&iPVId=$5&PHPSESSID=$2&sNotation=$6 [L]
RewriteRule ^(.*)-(.*)\.client\.(.*)\.html$ index.php?sPage=client&sAction=$3&PHPSESSID=$2 [L]
RewriteRule ^(.*)-(.*)\.content\.(.*)\.(.*)\.(.*),(.*)\.html$ index.php?sPage=content&sAction=$3&sContent=$4&iPVId=$5&PHPSESSID=$2 [L]
RewriteRule ^(.*)-(.*)\.cat\.([0-9]*)\.([0-9]*),(.*)\.html$ index.php?sPage=category&iCat=$3&iPage=$4&PHPSESSID=$2 [L]
RewriteRule ^(.*)-(.*)\.cart\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=cart&iDel=$3&PHPSESSID=$2 [L]
RewriteRule ^(.*)-(.*)\.offerList\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=offerList&PHPSESSID=$2 [L]
RewriteRule ^(.*)-(.*)\.search\.([0-9]*)\.\.,(.*)\.html$ index.php?sPage=search&PHPSESSID=$2 [L]
RewriteRule ^(.*)-(.*)\.eCard\.(.*)\.(.*)\.(.*)\.html$ index.php?sPage=eCard&sAction=$3&PHPSESSID=$2&iCardId=$4&sId=$5 [L]
RewriteRule ^(.*)-(.*)\.eCard\.show\.(.*)\.html$ index.php?sPage=eCard&sAction=show&PHPSESSID=$2&sId=$3 [L]
RewriteRule ^(.*)-(.*)\.compare,(.*)\.html$ index.php?sPage=compare&sAction=$3&PHPSESSID=$2 [L]
RewriteRule ^(.*)-(.*)\.faqList\.html$ index.php?sPage=faqList&PHPSESSID=$2 [L]
RewriteRule ^(.*)-(.*)\.faqArticle\.(.*)\.faq\.html$ index.php?sPage=faqArticle&iCategoryId=$3&PHPSESSID=$2 [L]
RewriteRule ^(.*)-(.*)\.cms-(.*)$ index.php?sPage=cms&sKey=$3&PHPSESSID=$2 [L]
RewriteRule ^(.*)-tags,(.*).html$ index.php?sPage=tags&sTag=$2 [L]
RewriteRule ^cms/(.*)$ index.php?sPage=cms&sKey=$1 [L]
RewriteRule ^(.*)-(.*)\.guest-(.*).html$ index.php?sPage=guestBook&sAction=list&iStart=$3&PHPSESSID=$2 [L]
RewriteRule ^([a-z]*)-manufacturer-(.*).html$ index.php?sPage=manufacturer&iId=$2 [L]
RewriteRule ^search-factory.html$ index.php?sPage=manufacturerList [L]
RewriteRule ^shops/([a-z0-9]*)/prodImg/(.*),(.*)$ shops/$1/prodImg/$3 [L]
RewriteRule ^admin/_files/shop([0-9]+)/(.*)$ admin/index.php?sPage=file&sFileName=$2&iShopId=$1 [L]
RewriteRule ^admin/_files/mandator([0-9]+)/(.*)$ admin/index.php?sPage=file&sFileName=$2&iMandatorId=$1 [L]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

<Files ~ "\.(tpl|inc|cfg)">
   Deny from All
</Files>


Was ist zu tun? Vielen Dank!



Forum-Übersicht -> Installation und Einrichtung

Seite 1 von 1

Neues Thema eröffnen   Neue Antwort erstellen   

Ähnliche Beiträge zu Lokale Installation auf xampp - links "funktionieren&qu

Beitrag Forum Antworten
Installation startet nicht
(Erstellt von V2000 am 03.03.2012, 18:34)
Installation und Einrichtung 0
installation klappt nicht : laienfrage (preparing etype)
(Erstellt von 72fv2fb am 01.03.2012, 17:39)
Installation und Einrichtung 0
Trotz Chmod 777 keine Installation möglich
(Erstellt von Parsson am 14.02.2012, 17:18)
Installation und Einrichtung 0
Java Scripts einbauen wie "Gefällt Mir"-Knopf von
(Erstellt von Jendrik am 14.01.2012, 23:34)
Erweiterungsmodule 2
Installation hängt sich auf bei der Konfiguration
(Erstellt von zentrion am 07.11.2011, 10:40)
Installation und Einrichtung 0