Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ask a Product Question


Yepi1533005574

Recommended Posts

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
Link to comment
Share on other sites

×
×
  • Create New...