Tutaj daje zawartość pliku httacces
Kod
RewriteEngine On
RewriteRule ^[^\.]+$ index.php?$0&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-F
RewriteRule ^.*$ index.php?$0&%{QUERY_STRING} [L]
<Files 403.shtml>
order allow,deny
allow from all
</Files>
RewriteRule ^[^\.]+$ index.php?$0&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-F
RewriteRule ^.*$ index.php?$0&%{QUERY_STRING} [L]
<Files 403.shtml>
order allow,deny
allow from all
</Files>