htaccess comments code example
Example 1: how to comment out html
<!-- a comment in html -->
Example 2: htaccess comment
#this is a comment
#you can't have multiple lines comment
<!-- a comment in html -->
#this is a comment
#you can't have multiple lines comment