Comment in Htaccess

Hello,

Is it allowed to place comments for Files directives in .htaccess?If so does it create any additional resource consumption?

<Files wp-login.php>
order deny,allow
deny from all
#Allow IP
allow from 75.162.25.9
</Files>

Cheers

Ignoramus alert: I don’t really know what I’m talking about, but felt like I couldn’t do too much damage replying to this


As far as I know, it’s fine to include comments like that, and I’d be very surprised if it causes any significant resource consumption.

It may have been coincidental but text between a two hashes caused a problem.

Unable to test again at the moment due to posting from a tablet.