w pliku .htaccess mam:
CODE
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?route=$1 [L,QSA]
AddType application/x-httpd-php5 .php .php4 .php3 .php5
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?route=$1 [L,QSA]
AddType application/x-httpd-php5 .php .php4 .php3 .php5
i jak odpalam strone to mam Internal Server Error
what's up?