Jump to content
xt:Commerce Community Forum

mod rewrite von bestimmten Seiten


faststart

Recommended Posts

Hallo,

ich nutze ein Gambio-System auf Basis des xt:Commerce v3.0.4 SP2.1

Meine htaccess sieht derzeit so aus:

RewriteEngine on

RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.domain\.de$

RewriteRule ^(.*)$ http://www.domain.de/$1 [L,R=301]

RewriteRule ^der-hersteller\.html$ /shop_content.php/coID/82/content/Der-Hersteller [L]

RewriteCond %{REQUEST_FILENAME} =.*\.(php|css|js|gif|jpg|jpeg|png)$

RewriteRule ^(.+) - [L]

RewriteCond %{REQUEST_URI} (.*)?/admin/(.*)

RewriteRule ^(.+) - [L]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^(.+) - [L]

RewriteCond %{REQUEST_FILENAME} -f

RewriteRule ^(.+) - [L]

RewriteCond %{REQUEST_FILENAME} -l

RewriteRule ^(.+) - [L]

RewriteRule (.*/)?info/([A-Za-z0-9_-]+)\.html.* shop_content.php?gm_boosted_content=$2&%{QUERY_STRING} [PT,L]

RewriteRule (.*/)?([A-Za-z0-9_-]+)\.html product_info.php?gm_boosted_product=$2&%{QUERY_STRING} [PT,L]

RewriteRule (.*/)?([A-Za-z0-9_-]+)/?.* index.php?gm_boosted_category=$2&%{QUERY_STRING} [L] 
Ich möchte nun zusätzlich die Seiten, die im Topmenü angezeigt werden in sinnvolle, sprechbare URls umwandeln. Eine URl sieht z.B. so aus:
http://www.domain.de/shop_content.php/coID/82/content/Der-Hersteller
und soll nachher so aussehen:
http://www.toner-emstar.de/der-hersteller.html[/code]

und zwar soll die URl so in der Adresszeile des Browsers stehen und die vom Shop selsbt gesetzten Links sich auch entsprechend ändern. Was muss ich der htaccess für jede "umzubennende" Seite hinzufügen?

Vielen Dank schon einmal!

MfG,

faststart

Link to comment
Share on other sites

Archived

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

×
  • Create New...