lesterchan / wp-dbmanager

Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up, optimizing and repairing of database.
https://wordpress.org/plugins/wp-dbmanager/
71 stars 26 forks source link

.htaccess #26

Open elbadred opened 3 years ago

elbadred commented 3 years ago

I am new to wordpress and maybe my remark is irrelevant. Is the .htaccess with allow/deny compatible with Apache 2.4? I noticed in some other plugins we have smth like: <IfModule !mod_authz_core.c> Order Deny,Allow Deny from all < /IfModule>

Require all denied < /RequireAll>
lesterchan commented 3 years ago

Sorry, I am not sure. I have not been using Apache for many years now. Does the current .htaccess works in Apache 2.4?