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.
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>
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>