Jump to content
xt:Commerce Community Forum

Mod Rewrite URL


C.Menze

Recommended Posts

Hallo ,

ich werde immer auf die Startseite umgelenkt.

Phpinfo:

Loaded Modules 	core mod_log_config mod_logio prefork http_core mod_so mod_actions mod_alias mod_auth_basic mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_deflate mod_dir mod_env mod_fcgid mod_include mod_mime mod_negotiation mod_php5 mod_rewrite mod_setenvif mod_ssl mod_status mod_suexec mod_suphp 
.htaccess
# RewriteEngine on

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


AddDefaultCharset utf-8

Options +FollowSymLinks

DirectoryIndex index.php


RewriteEngine on

RewriteBase /


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[/code]

Mod Rewrite URL: true

404 Seite bei falscher Url:false

Shop --> Kategorien --> neu generierung gibt aus erfolg

wenn ich 404 auf true setze bekomme ich nen Fehler

einer ne Idee was man noch überprüfen kann ?

Link to comment
Share on other sites

Archived

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

×
  • Create New...