Options FollowSymLinks RewriteEngine On RewriteRule ^index.html$ index.php [L] # AddHandler application/x-httpd-php5 .php RewriteRule ^(uslugi|aukcje|wycena|galeria|o_firmie|regulamin|kontakt|aukcje_wybor|aukcje2)$ index.php?view=$1 [L] RewriteRule ^([A-z]*)$ index.php?view=$1 [L] AddDefaultCharset UTF-8 Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST} ^www.lapnet.net.pl RewriteRule ^(.*/)?index\.php$ http://lapnet.net.pl$1 [R=301,L]