exclude directory for rewrite rules
Many php applications have their own internal URL rewriting techniques. To exclude a path from being included in these rewrite rules, you can do so…
Many php applications have their own internal URL rewriting techniques. To exclude a path from being included in these rewrite rules, you can do so…
While M3’s default display php errors in browser is off for security reasons, you may enable it on your site(s). Add this to your site’s…
Example ticket: > not sure what you mean by stopping forwarding Note: We use gmail here in this example, but this pertains to any and…
This how to article pertains to M3Admin 6, server control panel. If you want to create an email address that is forwarded or routed to…
If your php script includes files that are very sensitive and should not be accessed by anyone, you can deny access with this htaccess rule…
A simple htaccess modification can solve a web site change for you. If you want to create a new directory for whatever reason and redirect…
This how to article is in reference to WordPress, however, it can easily be adjusted for any php based authentication system. Background: If a bots…
Troubleshooting WordPress is easier than most php based applications since it has debug code built in. You just need to enable it. We will show…
By default WordPress uses php MAIL function for easy access to sending emails from your site to your users. This is needed for various functions…