# --- LIFEHACKSREVEALED.SITE ---
ServerName lifehacksrevealed.site
ServerAlias www.lifehacksrevealed.site
DocumentRoot "C:/xampp/htdocs/affiliate/affiliate-system/public"
ProxyRequests Off
ProxyPreserveHost On
# Proxy API calls to Node.js backend
ProxyPass /api http://127.0.0.1:3000/api
ProxyPassReverse /api http://127.0.0.1:3000/api
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
# --- VRFY.LIVE (rdr) ---
ServerName vrfy.live
ServerAlias www.vrfy.live
DocumentRoot "C:/xampp/htdocs/affiliate/affiliate-system/public/rdr"
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted