Hello, My folder structure is like this. /sites/1/index.html /sites/2/index.html /sites/3/index.html Where my sites folder is available on the root of the domain. I want to skip sites folder from the URL so that my URLs will be something like this. http://www.example.com/1 instead of http://www.example.com/sites/1 How can I do this using htaccess? Please help me. Thanks in advance.