hi guys my email activation stop working this is the url (http://www.thatfhatass.com/activate.php?u=%%ID_USER%%&h=%%HASH%% ) when you click on it ,it go to The resource cannot be displayed can any one tell what wrong with the code
This is an HTTP 406 Error and is most likely d to Apache "mod_security" that is turned ON by default. Turning it off usually solves the problem HOWEVER, it's important to leave the filter on as it helps prevent spam and injection attacks. You need to do is figure out the phrases that are triggering the filter. If you are on a shared hosting plan, contact your hosting provider support for help. You can also go through the log files and search for any HTTP 406 Error messages that are in there. "mod_security" may have been turned off before and that is why your script worked but when it got turned on, it stopped working. Without more information, it is hard to diagnose a problem or offer a solution but this should give you a place to start.