Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top