Вопрос

I have a onepage-design and the anchors are defined to the ID's of some section-containers. Is it possible to change the anchors who are applied to the same document?

For example, i need something like that:
change: directory/index.php#premium-office
to: directory/premium-office.html

If anything is unclear, please let me know.

Это было полезно?

Решение

You can't do anything like that server side, because the fragment part of the URL (the thing after the # symbol) isn't sent to the server.

Because of that you can only use JavaScript to make the redirect.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top