html

uikit

- <h1>h1. Bootstrap heading <small>Secondary text</small></h1> <h2>h2. Bootstrap heading <small>Secondary text</small></h2> <h3>h3....

robots.txt

User-agent:...

poprawne przekierowanie linków strony gdy przenosimy stronę na inną domenę

RewriteEngine On RewriteCond %{HTTP_HOST} ^old_domain_name\.pl$ RewriteRule ^(.*) http://new_domain_name.pl/$1 RewriteCond %{HTTP_HOST} ^www\.old_domain_name\.pl$ RewriteRule ^(.*)...