I am new to using .htaccess so I hope you can help me
I would like to rewrite www.example.com/hello/test.html to www.example.com/hello/test/
I have many pages organized in separate directories for example:
/community/page1.html
/community/page2.html
/news/sitenews.php
/news/worldnews.php
/resources/stuff1.html
/resources/stuff2.html
and I would like those pages to appear as follows:
/community/page1/
/community/page2/
/news/sitenews/
/news/worldnews/
/resources/stuff1/
/resources/stuff2/
Thank you!
I would like to rewrite www.example.com/hello/test.html to www.example.com/hello/test/
I have many pages organized in separate directories for example:
/community/page1.html
/community/page2.html
/news/sitenews.php
/news/worldnews.php
/resources/stuff1.html
/resources/stuff2.html
and I would like those pages to appear as follows:
/community/page1/
/community/page2/
/news/sitenews/
/news/worldnews/
/resources/stuff1/
/resources/stuff2/
Thank you!