2111Indersohaljeet1980/pleasuresolutions.com/master/wp-content/plugins/bulletproof-security/admin/htaccess/default.htaccess - Htaccess File

2111Indersohaljeet1980/pleasuresolutions.com/master/wp-content/plugins/bulletproof-security/admin/htaccess/default.htaccess

#   BULLETPROOF PRO 5.D DEFAULT .HTACCESS      

# If you edit the line of code above you will see error messages on the BPS Security Status page
# WARNING!!! THE default.htaccess FILE DOES NOT PROTECT YOUR WEBSITE AGAINST HACKERS
# This is a standard generic htaccess file that does NOT provide any website security
# The DEFAULT .HTACCESS file should be used for testing and troubleshooting purposes only

# 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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache