Reputation: 99
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
Reputation: 1075
Use htaccess to rewrite Or use index.php to header("location:index.html#home");
Upvotes: 1