PHP Security: recommended functions to block
disable_functions =...
Read MoreBased in Kendal, UK. I've been building web applications for a wide range of clients using: PHP, Laravel, Wordpress, Codeigniter, Mysql, Symfony, React - and many other technologies.
I offer:
Contact me for a free consultation: Contact me
by wp.edmunds | Apr 23, 2021 | Hosting/Servers, PHP | 0 |
disable_functions =...
Read Moreby wp.edmunds | Feb 11, 2019 | Hosting/Servers, Uncategorized, Webmaster | 0 |
How to remove the security module for a particular site. This cannot be done in the htaccess file for modsecurity2 – youll get a sitewide 500 error and “SecRuleEngine not allowed here”. To switch it off in the...
Read Moreby wp.edmunds | Nov 16, 2018 | Hosting/Servers, PHP, Webmaster | 0 |
<?php if(empty($_SERVER[‘HTTPS’]) || $_SERVER[‘HTTPS’] == “off”){ //check for non secure connections $redirect = ‘https://’ . str_replace(‘www.’, ”,...
Read Moreby wp.edmunds | Sep 25, 2018 | Hosting/Servers, MySQL - MariaDB | 0 |
CREATE TABLE table_backup LIKE my_friend INSERT INTO table_backup (SELECT * FROM table)
Read Moreby wp.edmunds | Sep 25, 2018 | Hosting/Servers | 0 |
When uploading files over ssh – filezilla returns “Filezilla: Error at input_pushback not null!” Fix: Reduce the number of connections, and change tranfer mode to ascii. Under...
Read More