removing /index1.html from URL
hey guys i have a file called index1.html on my server and when i open it, it shows www.myURL.com/index1.html
how can i make it so that it only shows myURL.com/ when index1.html is open?
i tried looking but i only found rewrite for index.html and im not a pro at how its done but i tried to edit it to fit index1.html .. i failed..
thanks for the help :D
evilguyme
Junior Poster in Training
71 posts since Sep 2009
Reputation Points: 10
Solved Threads: 0
did you solve this issue?
emclondon
Junior Poster in Training
87 posts since Mar 2010
Reputation Points: 48
Solved Threads: 2
If you have access to the webserver, or if this is on a hosted site, using the admin panel, configure your website's default document to include index1.html.
When you type myURL.com, if index1.html exists in the directory, the webserver will automatically choose that file. Make sure that index1.html is high in the list if you have more than one default document. If you do not have access to the admin panel, if this is an asp.net site, you can configure this via the web.config file.
JorgeM
Practically a Master Poster
647 posts since Dec 2011
Reputation Points: 53
Solved Threads: 63
Infraction Points: 5