07-23-2021, 10:35 AM
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]](https://www.whmcsservices.community/cn/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]
How can I fix this?
1) You can choose No and you don't need to do nothing
![[Image: ReferAFriend2.png]](https://www.whmcsservices.community/cn/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]