Alex Perez-Prat from Workwithoutboss Dot Com here, I need a little help with JV Firesale Automator script and I wonder that perhaps someone can help me. EXPLANATION: I have installed all the files and it is almost running OK, except the referral link. I have followed the instructions but I can´t make the changes in the .htaccess file. The instructions says: ------------------- Step 3: Editing the .htaccess file: This is really simple. Open the file ".htaccess" in a text editor, and replace the words "this-scripts-directory" with what you provided as the value of $scriptDir in Step 1. After that, just save the file. ------------------ In my .htaccess file I can´t see the words "this-scripts-directory". The only code I can see in this file is: ---------------- RewriteEngine on RewriteRule ^go/([0-9]+)/?$ /jv/parser.php?refid=$1 RewriteRule ^jv/go/([0-9]+)/?$ /jv/register.php?refid=$1&jv=yes ---------------------- I know that if I don´t configure the .htaccess file correctly my referral links will not work. Could anybody help me on this, please? I think this code it is not correct. I will be very grateful Thanks a lot and best regards.
Hello, I had the same problem so here ya go: If you put the script in a domain and not domain/jv/ so all you do is replace the /jv/ with your directory or if you put in a www.mydomain.com just delete the /jv/ yourdomain.com/whatever/ RewriteEngine on RewriteRule ^go/([0-9]+)/?$ /whatever/parser.php?refid=$1 RewriteRule ^jv/go/([0-9]+)/?$ /whatever/register.php?refid=$1&jv=yes or yourdomain.com RewriteEngine on RewriteRule ^go/([0-9]+)/?$ /parser.php?refid=$1 RewriteRule ^jv/go/([0-9]+)/?$ /register.php?refid=$1&jv=yes I hope this helps.. WendallB