# MODX supports Friendly URLs via this .htaccess file. You must serve web
# pages via Apache with mod_rewrite to use this functionality, and you must
# change the file name from ht.access to .htaccess.
#
# Make sure RewriteBase points to the directory where you installed MODX.
# E.g., "/modx" if your installation is in a "modx" subdirectory.
#
# You may choose to make your URLs non-case-sensitive by adding a NC directive
# to your rule: RewriteRule ^(.*)$ index.php?q=$1 [L,QSA,NC]
# Protect against clickjacking
#Header always append X-Frame-Options SAMEORIGIN
# Prevent MIME type sniffing
Header set X-Content-Type-Options nosniff
# Enable the XSS filter built into most recent browsers
Header set X-XSS-Protection "1; mode=block"
# Prevent access to .htaccess file