exclude directory for rewrite rules Many php applications have their own internal URL rewriting techniques. To exclude a path from being included in these... Read More →
display php errors in browser While M3’s default display php errors in browser is off for security reasons, you may enable it on your... Read More →
Why forwarding email is bad Example ticket: > not sure what you mean by stopping forwarding Note: We use gmail here in this example,... Read More →
forwarding email using m3server control panel This how to article pertains to M3Admin 6, server control panel. If you want to create an email address... Read More →
use 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... Read More →
Redirect old directory to new directory A simple htaccess modification can solve a web site change for you. If you want to create a new... Read More →
WordPress Brute Force Attack This how to article is in reference to WordPress, however, it can easily be adjusted for any php based... Read More →
Troubleshoot WordPress Errors Troubleshooting WordPress is easier than most php based applications since it has debug code built in. You just need... Read More →
WordPress E-Mail SMTP By default WordPress uses php MAIL function for easy access to sending emails from your site to your users.... Read More →