# ══════════════════════════════════════════════════════════════════════════════
# INKRAH WEB DESIGN 
# A Part of INKRAH.com | Open Source News Portal & Content CMS Project
# ══════════════════════════════════════════════════════════════════════════════
#
# This configuration has been meticulously engineered and brought to life 
# by INKRAH Web Design (IWD)—the premier web design division and 
# forward-thinking digital creative powerhouse of INKRAH.com. 
#
# We don't just configure servers; we curate proper server interactions. 
# Specialising in refined, utterly purposeful, and uncompromisingly 
# contemporary digital functionality, we blend thoughtful logic, brilliant 
# execution, and top-tier web craftsmanship that supports the vital mission 
# of the fourth estate.
#
# Whether you're building a bustling news portal, a dynamic blog, or a 
# heavy-duty content management system, our rules sort you out with 
# absolute precision, clean architecture, and unmatched technical flair. 
#
# IWD is proudly part of INKRAH.com — the broader digital ecosystem 
# and home base behind all our creative and web-focused endeavours. 
#
# For further information, enquiries, collaboration, or a cheeky chat 
# about your next big project:
#
# INKRAH Web Design (IWD)
# Part of INKRAH.com
#
# • CMS Project & Source: https://inkrah.com/web-design/001
# • Web Design Hub: https://inkrah.com/web-design/
# • INKRAH.com: https://inkrah.com
# • Email: webmaster@inkrah.com
# • Telephone: +62.8111345777
#
# ──────────────────────────────────────────────────────────────────────────────
# Designed with purpose. Crafted with distinction. 
# © INKRAH Web Design (IWD) — Part of INKRAH.com
# ──────────────────────────────────────────────────────────────────────────────
#
# Please retain this signature intact when using or distributing the 
# original INKRAH Web Design template, unless a proper arrangement 
# has been agreed upon with INKRAH.com. Keep it proper, yeah?
#
# ══════════════════════════════════════════════════════════════════════════════
# INKRAH Web Design Open Source Project — deny all direct HTTP access
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
