Emily
Emily

Reputation: 99

How to load a hash value for index.html?

I have my homepage set to appear on "www.website.com/index.html#home".

How can I make it so that "www.website.com/index.html#home" loads when the user simply types in "www.website.com"?

Upvotes: 0

Views: 406

Answers (1)

jk jk
jk jk

Reputation: 1075

Use htaccess to rewrite Or use index.php to header("location:index.html#home");

Upvotes: 1

Related Questions