Monday to Friday (business days)
0 votes

Dear

I love your script working very fabulous. only the problem is, while clicking on Referral URL - http://app.attractlead.com/id/svsdvsdv its showing below Error.

404 Not Found


nginx/1.14.0 (Ubuntu)"

member Screenshot

I have uploaded all the screenshot for your ready reference 

Please reply soon, if anything missed by  me plese let me know

Script Version v1.8.0
in UniMatrix Script by

1 Answer

0 votes

Since the system using .htaccess for the referral link direction, it will work properly on the apache server. If you want to use nginx you need to create a redirection from the id/ folder to the id/index.php?ref=[username]

Example: /id/sdvsdvsdv it should redirect to id/index.php?ref=sdvsdvsdv

location /id/ {

    rewrite ^(.*)$ /index.php?ref=$1;

}

by
Welcome to AskQu, where you can ask questions and receive answers related to the MLM Script and Services.
447 questions
749 answers
1,622 users