I uploaded an AngularJS site to my gh-pages
branch and pointed the DNS A records to 204.232.175.78. Now the site is live but I see a hash tag as part of the URL structure. Here are the two URLs one can see the home page of the site at
http://siddhion.github.io/maxmythic_angular/#/
The URL I want visitors to enter and see in the address bar is simple maxmythic.com. If one enters maxmythic.com it redirects to http://www.maxmythic.com/#/.
How would I make the URL of the home page just maxmythic.com with out the www. and trailing /#/
404.html
page. Also, say I have clicked around on my site 5 times, press refresh, get the 404 page and then press back to get to the last working page, well, clicking back through my history still results in the404.html
page unless I get back to my root URL maxmythic.com. Why is this happening? Should this be a new question? – Clear