0 / 0 / 0
Регистрация: 03.05.2019
Сообщений: 1
|
|
1 | |
Как можно убрать решетку с главной страницы (не якорь, а непонятно что)?03.05.2019, 21:41. Показов 771. Ответов 1
Метки нет (Все метки)
Есть сайт https://eco-energetics.com/, но когда на него захожу, меня сразу перекидывает на https://eco-energetics.com/#/ и так на каждой станице.
Появилась она после того как программист установил на сайт калькулятор и сказал, что если убрать решетку, то калькулятор будет плохо работать. Но теперь из-за этого по СЕО проблемы и программист потерялся. Подскажите как убрать ее? Я пытался через htaccess, но не получилось. Вот как он выглядит сейчас, может можно что-то поменять? Буду крайне благодарен за ответ. Код
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_HOST} ^www.eco-energetics\.com$ [NC] RewriteRule ^(.*)$ https://eco-energetics.com/$1 [R=301,L] RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://eco-energetics.com/$1 [R=301,L] # This file was updated by Duplicator on 2018-04-04 14:34:58. See .htaccess.orig for the original .htaccess file. # Please note that other plugins and resources write to this file. If the time-stamp above is different # than the current time-stamp on the file system then another resource has updated this file. # Duplicator only writes to this file once during the install process while running the installer.php file. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # Wordfence WAF <IfModule mod_php5.c> php_value auto_prepend_file '/home/s/serglid0/eco-energetics.com/public_html/wordfence-waf.php' </IfModule> <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files> <IfModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType application/pdf "access plus 1 month" ExpiresByType text/x-javascript "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" ExpiresByType image/x-icon "access plus 1 year" ExpiresDefault "access plus 40 days" </IfModule> # END Wordfence WAF
0
|
03.05.2019, 21:41 | |
Ответы с готовыми решениями:
1
WebBrowser, можно-ли сослаться в конкретное место html-страницы (как на якорь)? Как убрать решетку ? Как убрать материал с главной страницы? Как убрать поиск с главной страницы? |
716 / 473 / 258
Регистрация: 19.12.2014
Сообщений: 1,801
|
|
04.05.2019, 08:51 | 2 |
Программист сделал один костыль а вы пытаетесь его другим костылем исправить. Это прелестно.
0
|
04.05.2019, 08:51 | |
04.05.2019, 08:51 | |
Помогаю со студенческими работами здесь
2
Как убрать лишнее с главной страницы? Как убрать верхнее меню с главной страницы? Как убрать блок breadcrumbs c главной страницы Как убрать index.php главной страницы сайта? Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |