RewriteEngine on
RewriteRule ^thanks\.php/(.*)/(.*)/(.*)$ thanks.php/$1/$2/$3/ [R]
RewriteRule ^thanks\.php/(.*)/(.*)/(.*)/$ thanks.php?v=$2&p=$3
#&p=$2&i=$3

#http://minicampaign.com/thanks.php/8f00e2/subscribe/f5qmh7?=Return+to+Merchant
#$SUCCESS_URL = $HTTP_HOST.$site_url.'thanks.php?v='.$serial_bits.'&p=subscribe&i='.$invoice;



# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* *.txt*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.minicampaign.com
AuthUserFile /home/minicamp/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/minicamp/public_html/_vti_pvt/service.grp


