- This topic has 0 replies, 1 voice, and was last updated 14 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate F.A.Q/Instructions › Accessing The Affiliate Registration Page Gives a 404 (File Not Found) Error
Tagged: affiliate registration page 404
Here are the usual reasons for this to happen:
1) The “register.php” file is not in the “affiliates” directory of the plugin (maybe it didn’t get uploaded?)
2) The “register.php” file has wrong file permission setup (The proper permission of that file should be 644. If you have loose permission settings on that file then your server will block that script from running it due to security issues)
3) You have a .htaccess file issue (e.g. some line in your .htaccess file is restricting the “register.php” file to run)
The following two links have two examples of this .htaccess issues:
Affiliate Sign Up form does not pull up register.php, getting error page
4) A memory limit on your server is stopping the PHP script (register.php) from executing. If you contact your hosting and tell them that executing a PHP script is giving a 404 error then they will know what to do.
Does any of the above conditions apply in your case?