L
L
litvinovleon2018-02-08 23:19:06
htaccess
litvinovleon, 2018-02-08 23:19:06

What needs to be changed in .htaccess to make scroll links work?

There is this piece:

spoiler
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.appleanapa.ru$ [NC]
RewriteRule ^(.*)$ appleanapa.ru/$1 [R=301,L]
RewriteCond %{THE_REQUEST} /(.*)index.html. *$
RewriteRule .* /%1 [R=301,L]

After installing it, the links to #blog0
#download stopped working,
more precisely, only the one that was clicked first opens on the PC, and more than one does not work on the mobile.
and smooth scrolling disappeared when you click on each of the elements

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
litvinovleon, 2018-02-09
@litvinovleon

Resolved, I did not see in the code that the link was of the form,
but it was needed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question