Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top