Jump to content
xt:Commerce Community Forum

Veyton 4.1 auf 1und1 installiern problem


Recommended Posts

hallo gemeinde,

ich bin gerade dabei veyton 4.1 aufzusetzen und habe bei der Installation einen Fehler bei Apache - mod_rewrite (SEO Urls!)

ich nutze die .htaccess aus dem Installationspaket.

# RewriteEngine on

# RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php

DirectoryIndex index.php

<IfModule mod_rewrite.c>

SetEnv HTTP_MOD_REWRITE On

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

</IfModule>

<IfModule mod_expires.c>

ExpiresActive On

ExpiresDefault "access plus 1 seconds"

ExpiresByType image/x-icon "access plus 2692000 seconds"

ExpiresByType image/jpeg "access plus 2692000 seconds"

ExpiresByType image/png "access plus 2692000 seconds"

ExpiresByType image/gif "access plus 2692000 seconds"

ExpiresByType application/x-shockwave-flash "access plus 2692000 seconds"

ExpiresByType text/css "access plus 2692000 seconds"

ExpiresByType text/javascript "access plus 2692000 seconds"

ExpiresByType application/x-javascript "access plus 2692000 seconds"

</IfModule>

<IfModule mod_headers.c>

<FilesMatch "\\.(ico|jpe?g|png|gif|swf|css|js)$">

Header set Cache-Control "max-age=2692000, public"

</FilesMatch>

Header unset ETag

Header unset Last-Modified

</IfModule>

1und1 sagt Apache - mod_rewrite wäre Standardmäßig schon eingeschaltet.

kann mir jemand sagen wo der Fehler liegt ?

post-53452-14337915403349_thumb.jpg

Link to comment
Share on other sites

  • 4 months later...
  • 6 months later...

Archived

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

×
  • Create New...