



#This Apache config file was created by Duplicator Installer on 2019-04-12 08:38:16.
#The original can be found in archived file with the name htaccess.orig

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.auto-chara.com.pl
RewriteCond %{REQUEST_URI} ^/kontakt.html
RewriteRule (.*) http://www.auto-chara.com.pl/kontakt/ [R=301,L]
RewriteCond %{HTTP_HOST} ^www.auto-chara.com.pl
RewriteCond %{REQUEST_URI} ^/rekomendacje.html
RewriteRule (.*) http://www.auto-chara.com.pl/rekomendacje/ [R=301,L]
RewriteCond %{HTTP_HOST} ^www.auto-chara.com.pl
RewriteCond %{REQUEST_URI} ^/galeria.html
RewriteRule (.*) http://www.auto-chara.com.pl/galeria/ [R=301,L]
RewriteCond %{HTTP_HOST} ^www.auto-chara.com.pl
RewriteCond %{REQUEST_URI} ^/strona,21.html
RewriteRule (.*) http://www.auto-chara.com.pl/o-firmie/ [R=301,L]
RewriteCond %{HTTP_HOST} ^www.auto-chara.com.pl
RewriteCond %{REQUEST_URI} ^/strona,16.html
RewriteRule (.*) http://www.auto-chara.com.pl/zakres-uslug/ [R=301,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

</IfModule>
# END WordPress
