Kod
RewriteEngine on
RewriteCond $1 !^(index\.php|img|galeria|js|css|robots\.txt|test\.php)
RewriteRule ^(.*)$ /index.php/$1 [L]
#
#RewriteEngine on
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteCond $1 !^(index\.php|img|galeria|js|css|robots\.txt|test\.php)
RewriteRule ^(.*)$ /index.php/$1 [L]
#
#RewriteEngine on
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ /index.php/$1 [L]
Co i gdzie muszę ustawić aby wszystko działało ?