My .htaccess file
- Code: Alles auswählen
RewriteEngine On
RewriteCond %{REQUEST_URI} !redaxo.*
RewriteCond %{REQUEST_URI} !files.*
RewriteCond %{REQUEST_URI} !js.*
RewriteCond %{REQUEST_URI} !i.*
RewriteCond %{REQUEST_URI} !style.css
RewriteCond %{REQUEST_URI} !index.html
RewriteRule ^(.*)$ index.php?%{QUERY_STRING} [L]
1. Mod_rewrite is enabled in httpd.conf (AllowOverride All, Options, Indexes too)
2. Base href is in template.
3. Url rewrite is installed.
4. Articles regenerated.
5. Some url working, but for some i'm getting 404 error
Please help me.

