Then if you rename Home.html to index.html (fixing links to that page) someone could type "http://www.harrythefish.com/Rollerston/" and it would hit the right page.
However, as Ben_Derby said, using .htaccess is really the clean way to do it. It would allow you to set up forwarding from the old URLs so any links you have to your site don't break. And you can set up other clean URLs like "http://www.harrythefish.com/Rollerston/Contact/" using mod_rewrites. It takes a little bit of know-how, but it's not a complicated process.
For instance it says in the URL bar "http://www.harrythefish.com/other sites/Rollerston/Home.html"
However I would like it to say "http://www.harrythefish.com//Rollerston/"
Any Ideas on how I would do this?
Thanks :D
rollerston.harrythefish.com
Then if you rename Home.html to index.html (fixing links to that page) someone could type "http://www.harrythefish.com/Rollerston/" and it would hit the right page.
However, as Ben_Derby said, using .htaccess is really the clean way to do it. It would allow you to set up forwarding from the old URLs so any links you have to your site don't break. And you can set up other clean URLs like "http://www.harrythefish.com/Rollerston/Contact/" using mod_rewrites. It takes a little bit of know-how, but it's not a complicated process.
In the snippets section, check out Pretty URL's as that is your best way to go. It saves unnecessary bulk folders and what not.