uspc/affiliate-redirect

There is no license information available for the latest version (dev-master) of this package.

Tool for Redirecting Affiliate Links

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/uspc/affiliate-redirect

dev-master 2018-07-08 09:21 UTC

This package is not auto-updated.

Last update: 2025-10-04 01:21:05 UTC


README

1. Put this project into root _affiliate_ folder

2. Add following lines into website root file .htaccess

    RewriteEngine On

    RewriteCond %{REQUEST_URI}      ^/track$
    RewriteRule .*  /affiliate/affiliate-replace.php  [L,QSA]

    RewriteCond %{REQUEST_URI}      ^/go$
    RewriteRule .*  /affiliate/link-redirect.php    [L,QSA]

    RewriteCond %{REQUEST_URI}      ^/details$
    RewriteRule .*  /affiliate/link-info.php        [L,QSA]

3. Set parameters (copy first from parameters.dist.php)

    cp parameters.dist.php parameters.php
    vim parameters.php