KLIK

wywala mi taki błąd. Htaccess wygląda tak

Kod
RewriteEngine On
RewriteBase /home/blablalbla/domains/cs-ogarowo.pl/public_html/shop/

<Files .*>
    Order Deny,Allow
    Deny From All
</Files>

RewriteRule ^(?:application|system|modules)\b.* index.php/$0 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule .(.?)* index.php?$1 [PT]


Pomoże ktoś?