READY-TO-UPLOAD CAMPAIGN REDIRECT PACKAGE
=========================================

What this package includes
--------------------------
1. go.php       - Main redirect engine
2. config.php   - Your destinations, campaign names, short codes, password, settings
3. admin.php    - Simple password-protected click dashboard
4. .htaccess    - Pretty URLs (/c/facebook) and short links (/r/fb)
5. campaign_log.csv - Click log file

Your destination already added
------------------------------
https://pub-8eb19db389ad4790891009e2f63bc6eb.r2.dev/index.html

Upload steps for cPanel
-----------------------
1. Log in to cPanel.
2. Open File Manager.
3. Go to public_html (or the folder for your domain/subdomain).
4. Upload ALL files in this package there.
5. Make sure hidden files are visible so you can see .htaccess.
6. Visit your domain to test.

Important first edit
--------------------
Open config.php and change:
'admin_password' => 'ChangeThisPassword123!'

How to use links
----------------
Campaign links:
https://yourdomain.com/c/main
https://yourdomain.com/c/facebook
https://yourdomain.com/c/google
https://yourdomain.com/c/email

Short links:
https://yourdomain.com/r/a1
https://yourdomain.com/r/fb
https://yourdomain.com/r/gg
https://yourdomain.com/r/em

What to edit later
------------------
In config.php you can edit:
- campaigns  -> real destinations for each campaign
- shortcodes -> custom short links
- redirect_status -> keep 302 while testing, switch to 301 later if desired
- auto_utm -> true/false

Dashboard
---------
Visit:
https://yourdomain.com/admin.php
Use the password from config.php.

Notes
-----
- No database needed.
- Works on standard cPanel/Apache hosting with PHP.
- .htaccess requires Apache mod_rewrite enabled, which most cPanel hosts already have.
- Logging is local CSV only.
- There is NO geo-targeting in this package yet. Real geo-targeting usually needs Cloudflare rules, a geo IP service, or server modules.
