Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hallo an Alle,

hat jemand die Contrib " Ask a Product Question " installiert mit Seo URL ?

Ich bekomme den Anfrageformular nicht aufgeruffen sobald seo aktiviert ist. 
Könnte mir jemand weiterhelfen ?

Posted (edited)

seo-friendly-urls-Store Mode 1.3

Das Problem bei mir liegt darin, dass die url nicht umgewandelt wird solange seo verwendet wird.

Der Button für die Anfrage gibt mir anstatt:
http://www.domain.de/ask_a_question.php?products_id=61

die Produktadresse:
http://www.domain.de/produktname.html

 

der Eintrag in der .htaccess:

<IfModule mod_rewrite.c> 
Options +FollowSymLinks 
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule .* index.php [L]
</IfModule>

Edited by Yepi
×
×
  • Create New...