Reputation: 341
I need to create a page like http://www.example.com/strong
and the file to support that are inside my docroot/strong/index.html
.
Inside my docroot there are other folders with their index file as well. For example
docroot/site1/index.html
docroot/site2/index.html
docroot/strong/index.html
So when user types in http://www.example.com/strong
it should open docroot/strong/index.html
without changing the URL. Can I achieve this?
Upvotes: 1
Views: 485