Jump to content
xt:Commerce Community Forum

[SOLVED] mod_rewrite funktioniert nicht


JulianHH

Recommended Posts

Hallo zusammen,

ich habe die 4.0.11 auf einem hosteurope webpack laufen. Sobald ich in der Administration mod_rewrite anschalte bekomme ich bei allen Links nur noch 404 Fehler. Eine .htaccess Datei habe ich angelegt, mit folgendem Inhalt:

RewriteEngine on

RewriteBase /shop

Könnt ihr mir helfen?

Danke und lieben Gruß,

Julian

Link to comment
Share on other sites

Hallo,

die .htaccess stimmt nicht ganz. Füge bitte dies mal ein.


  RewriteEngine on

  RewriteBase /

  RewriteCond %{REQUEST_FILENAME} !-f

  RewriteCond %{REQUEST_FILENAME} !-d

  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

Viele Grüße,

df:bug

Link to comment
Share on other sites

Hallo,

ich habe das gleiche Problem, ich bin bei Strato, meine Shopversion ist auch Veyton 4.0.11 Demoversion, bin also gerade am rumprobieren was mit der Software so möglich ist.

Aktiviere ich mod_rewrite verweisen alle Links auf 404 not found.

Der Shop ist in einem extra Ordner installiert.

Ich habe 2 Dateien .htaccess:

1x .htaccess (steht drinne von Strato erstellt):

##################################################

# Diese .htaccess wurde vom STRATO-Webservermanager erstellt #

##################################################

Options -Indexes

AddType application/x-httpd-php5 .php .php3 .php4 .php5

1x .htaccess.bak. mit buchstaben und zahelensalat dahinter mit folgendem Inhalt:

DirectoryIndex index.php

RewriteEngine on

RewriteCond %{REQUEST_URI} !^/media/

RewriteCond %{REQUEST_URI} !^/extAdmin/

RewriteCond %{REQUEST_URI} !^/skin/

RewriteCond %{REQUEST_URI} !^/js/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php

Liegt das am Standardtemplate, also braucht man dafür eines das für SEO optimiert ist?

Googeln und Forensuche konnten mir nicht weiter helfen.:confused:

MfG

Nerd

Link to comment
Share on other sites

Archived

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

×
  • Create New...