I have installed it
http://workwithoutboss.com/eternalgiveaway
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.
Can you help me on this, please?