Przekierowanie z index.html na stronę główną
Przekierowanie ze strony naszadomena.com/index.html na stronę główną dokonujemy w pliku .htaccess regułą umieszczoną przed # BEGIN WordPress
RewriteRule ^index\.html$ / [R=301,L]
–
Hope this helps and happy coding :)
Zobacz jeszcze
Git workflow
git clone / git pull git checkout -b feature/name //codding git add -A git commit -m "added code to page.php" git checkout master git pull git checkout feature/name git...