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
Basic Email Signature
<!DOCTYPE html> <html> <head> <title>CoverWeb</title> </head> <body> <div style="max-width:width:250px;"> <img src="https://old.garthbaker.co.za/wp-content/uploads/2020/08/Logo-250x250-1.png" style="width:250px; height:auto;"/> <div style="padding:10px 28px;"> <p><b>Email :</b> info@coverweb.co.za</p> </div> </div> </body> </html>
The above signature looks like this

Email : info@coverweb.co.za
© Garth Baker 2025 All rights reserved.