All In One WP Security & Firewall

If you get locked out of your website with this plugin you can clean your table for this plugin to reset it so you can reconfigure it with the below query.

SELECT * FROM wp_options WHERE option_name="aio_wp_security_configs"

Default .htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

RewriteCond %{QUERY_STRING} ^page_id=([0-9]*)&category=(.*)$
RewriteRule ^(.*)$ /%1/%2? [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Minc Framework

https://github.com/MincDev/php-mysql-connector

MVC

Model – Handles all DB calls
View – Handles all front end
Controller – Calls Model functions for DB transactions

Search

Your Favourite Posts

  • Your favorites will be here.

Latest Content

© Garth Baker 2024 All rights reserved.

Pin It on Pinterest

Share This