/*
if(get_theme_mod('republic_enablefrontpage') !=='false' ) :{
get_template_part('template-parts/featured-home');
}
else
*/
if(get_option('show_on_front')== 'page') : {
get_template_part('page');
}
else :{
get_template_part('index');
}
endif;
get_template_part('page');
<code>
если не поможет, переименуй файл (например в front-page.php.tmp), чтобы начал работать внутренний механизм WP. Разумеется нужно сделать соответствующие настройки в "Админка - Настройки - Чтение", выбрать "Статическая страница"
encodeURIComponent('Москва');
encodeURIComponent(encodeURIComponent('Москва'));
source filename [arguments]
source func.sh
# остальной код
<code>
...
RewriteRule ^/?index\.php$ http://*****.***/krovlya/polimernaya-krovlya [L,QSD,R=301]
...
RewriteRule ^/?index\.php$ http://*****.***/krovlya/polimernaya-krovlya? [L,QSD,R=301]
...
RewriteRule ^/?index\.php$ http://*****.***/krovlya/polimernaya-krovlya? [L,R=301]
read -n 1 option
Redirect 301 /contact.php http://site.ru
RewriteRule "^contact\.php" "http://www.site.ru" [R=301,L]
AddDefaultCharset UTF-8
DirectoryIndex index.php
<FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf|pdf)$">
Header set Cache-Control "max-age=2592000"
</FilesMatch>
RewriteEngine on
RewriteBase /
# Редирект с www на без www
RewriteCond %{HTTP_HOST} ^www.site.ru$ [NC]
RewriteRule ^(.*)$ http://site.ru/$1 [R=301,L]
Redirect 301 /contact.php http://site.ru
RewriteRule ^index.php/(.*)$ /$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|robots\.txt)
RewriteRule ^(.*)$ index.php?/$1 [L]
Redirect 301 /contact.php http://site.ru
RewriteRule ^(.*)$ index.php?/$1 [L]
http://site.com/hello-world