Many php applications have their own internal URL rewriting techniques. To exclude a path from being included in these rewrite ...
Author: admin
display php errors in browserdisplay php errors in browser
While M3’s default display php errors in browser is off for security reasons, you may enable it on your site(s). ...
Why forwarding email is badWhy forwarding email is bad
Example ticket: > not sure what you mean by stopping forwarding Note: We use gmail here in this example, but ...
forwarding email using m3server control panelforwarding email using m3server control panel
This how to article pertains to M3Admin 6, server control panel. If you want to create an email address that ...
use htaccess to deny access to multiple filesuse htaccess to deny access to multiple files
If your php script includes files that are very sensitive and should not be accessed by anyone, you can deny ...
Redirect old directory to new directoryRedirect old directory to new directory
A simple htaccess modification can solve a web site change for you. If you want to create a new directory ...
WordPress Brute Force AttackWordPress Brute Force Attack
This how to article is in reference to WordPress, however, it can easily be adjusted for any php based authentication ...
Troubleshoot WordPress ErrorsTroubleshoot WordPress Errors
Troubleshooting WordPress is easier than most php based applications since it has debug code built in. You just need to ...
WordPress E-Mail SMTPWordPress E-Mail SMTP
By default WordPress uses php MAIL function for easy access to sending emails from your site to your users. This ...