WHMCS Services Forum

Full Version: 404 Not Found Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

[Image: ReferAFriend2.png]

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]