You know how other programming language have comment delimiters. Like php php //comment perl ##comment Does .htaccess have this? Thanks! Like to know. Make my life easier with a big .htaccess file.
# is used to comment out the whole line. Example : # This will turn on the mod_rewrite engine RewriteEngine On Code (markup):