C.Menze Posted February 10, 2010 Report Share Posted February 10, 2010 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 More sharing options...
oldbear Posted February 11, 2010 Report Share Posted February 11, 2010 hi, .htaccess im Hauptverzeichnis des Shops ? Shop liegt direkt unter / oder unter /shop ? Dann RewriteBase /shop Schreibrechte ? Grüsse Link to comment Share on other sites More sharing options...
C.Menze Posted February 11, 2010 Author Report Share Posted February 11, 2010 .htaccess ist im / .htaccess mit chmod auf 777 gesetzt braucht noch ein anderes dir oder eine Datei Schreibrechte für mod rewrites ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.