File: /home/fliyingp/public_html/wp-content/aiowps_backups/ot6jwr4uog_htaccess_backup.txt
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<Files wp-config.php>
Require all denied
</Files>
<Files .htaccess>
Require all denied
</Files>
Options -Indexes
# Begin AIOWPSEC Firewall
<IfModule mod_php5.c>
php_value auto_prepend_file '/home/ocean2/ocean-steel.com/www/aios-bootstrap.php'
</IfModule>
<IfModule mod_php7.c>
php_value auto_prepend_file '/home/ocean2/ocean-steel.com/www/aios-bootstrap.php'
</IfModule>
<IfModule mod_php.c>
php_value auto_prepend_file '/home/ocean2/ocean-steel.com/www/aios-bootstrap.php'
</IfModule>
# End AIOWPSEC Firewall