Kategorien und CMS-Seiten werden nicht angezeigt

Nachdem ich meinen Shop von einem Unterverzeichnis auf die Hauptdomain umgeleitet habe werden die Kategorien und die CMS-Seiten nicht angezeigt. Es geht um diesen Shop http://www.assistent-kuechenmaschine.at

htaccess sieht so aus

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /Shop
RewriteCond %{HTTP_HOST} !^www.assistent-kuechenmaschine.at$
RewriteRule ^(.*)$ http://www.assistent-kuechenmaschine.at/$1 [L,R=301]

RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]

RewriteCond %{REQUEST_URI} oxseo.php$
RewriteCond %{QUERY_STRING} mod_rewrite_module_is=off
RewriteRule oxseo.php$ oxseo.php?mod_rewrite_module_is=on [L]

RewriteCond %{REQUEST_URI} !(/admin/|/core/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !(.html|/|.jpg|.css|.pdf|.doc|.gif|.png|.js|.htc)$ %{REQUEST_URI}/ [R=301,L]

RewriteCond %{REQUEST_URI} !(/admin/|/core/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.html|/)$ oxseo.php

RewriteCond %{REQUEST_URI} (/out/pictures/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.jpe?g|.gif|.png)$ core/utils/getimg.php

</IfModule>

disabling log file access from outside

<FilesMatch “(EXCEPTION_LOG.txt|.log$|.tpl$|pkg.rev)”>
order allow,deny
deny from all
</FilesMatch>

Options -Indexes
DirectoryIndex index.php index.html

nimm mal "shop"
aus

RewriteBase /Shop

raus

[QUOTE=vanilla thunder;107552]nimm mal "shop"
aus

RewriteBase /Shop

raus[/QUOTE]

Danke vanilla thunder,

das habe ich zwar bereits probiert, aber wie es aussieht habe ich den tmp-Ordner nicht gelöscht.

:mad:

[QUOTE=ga-bwler;107553]… habe ich den tmp-Ordner nicht gelöscht.[/QUOTE]

…leeren - nicht löschen bitte! :slight_smile:
Und wenn der Shop im Hauptverzeichnis der Domain liegt, dann muss /shop da raus.