404 Not Found Error - Printable Version +- WHMCS Services Forum (https://www.whmcsservices.community) +-- Forum: WS Modules (https://www.whmcsservices.community/forumdisplay.php?fid=5) +--- Forum: Addons Modules (https://www.whmcsservices.community/forumdisplay.php?fid=6) +---- Forum: Refer A Friend (https://www.whmcsservices.community/forumdisplay.php?fid=163) +---- Thread: 404 Not Found Error (/showthread.php?tid=894) |
404 Not Found Error - wssupport - 07-23-2021 1'm getting a 404 Not Found message. How can I fix this? 1) You can choose No and you don't need to do nothing 2) if you choose Yes then you need to add this code to .htaccess file to making work # Refer A Friend RewriteRule ^refer/([0-9]+)$ ./index.php?m=refer&id=$1 [L,NC] RewriteRule ^refer-a-friend/$ ./index.php?m=refer&a=page [L,NC] RewriteRule ^refer-a-friend$ ./index.php?m=refer&a=page [L,NC] |