# BEGIN All In One WP Security #AIOWPS_BASIC_HTACCESS_RULES_START Require all denied Order deny,allow Deny from all ServerSignature Off LimitRequestBody 104857600 Require all denied Order deny,allow Deny from all #AIOWPS_BASIC_HTACCESS_RULES_END # END All In One WP Security # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress # Begin AIOWPSEC Firewall php_value auto_prepend_file '/home2/unuacid/pps.unu.ac.id/aios-bootstrap.php' php_value auto_prepend_file '/home2/unuacid/pps.unu.ac.id/aios-bootstrap.php' # End AIOWPSEC Firewall