asked on
ASKER
RewriteCond \windows [NC,OR]
(stick in more rules here as required)
RewriteRule .* [F,L]
ASKER
ASKER
ASKER
Security is the protection of information systems from theft or damage to the hardware, the software, and the information on them, as well as from disruption or misdirection of the services they provide. The main goal of security is protecting assets, and an asset is anything of value and worthy of protection. Information Security is a discipline of protecting information assets from threats through safeguards to achieve the objectives of confidentiality, integrity, and availability or CIA for short. On the other hand, disclosure, alteration, and disruption (DAD) compromise the security objectives.
TRUSTED BY
"i want to create a rule that block any page contain when open"
which sounds like you're trying to block all page accesses.
Easy way to do this is just to stop Apache.
Likely I've just misunderstood your question.
Clarify what you're asking a bit + likely someone can assist you.