Apache mod_rewrite module

Hallo zusammen,

habe ein ganz Großes Problem

bei mir kommt immer vor der Installation das bei mir der apache mod_rewrite module nicht aktiv ist,

Auf dem Server ist er auf jeden fall aktiv

ich weis nicht mehr weiter BITTE um eure Hilfe

www.myxoo.de/shop

Hier ist meine .thaccess

In case you want to add a .htpasswd authentification

you’ll have to add the host of the shop as an allowed entity,

so that calls from the host skip the authentification

Example:

Order Deny,Allow

Deny from All

AuthType Basic

AuthName “Access not allowed”

AuthUserFile path_to_htpasswd_file/.htpasswd

Require valid-user

Allow from localhost

Satisfy Any

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /shop

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/|/application/|/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/|/application/|/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
:mad::mad::mad::mad::mad::mad:

Forensuche schon mal bemüht? Da gibts bereits einiges zu diesem Thema.
Bei welchem Hoster bist Du denn? Gib das beim Suchbegriff mit an, oft sind anbieterspezifische Lösungen vorhanden.

Mod_rewrite läuft, du kannst die Prüfung deaktivieren:
http://forum.oxid-esales.com/showthread.php?t=19257#post123367

Hallo BITTE nur richtige Antworten und nicht das ich da und da nachschauen kann

Ist ein Klick auf einen Link jetzt schon zuviel verlangt? Wenn du irgendwas nicht verstehst schreib das bitte.

ES GEHT Toll danke

http://forum.oxid-esales.com/member.php?u=5588

HIHI Leo das war nicht für dich gedacht deine Antwort ist GOLD wert
DANKE DANKE DANKE