php - Is there a way to catch a parked domain as a referrer -


We have 100 parked domains from the registrar and we have sent it to mypersonaldomain.com. My goal is to determine that parked domains have redirected to mypersonaldoimain.com and then send the user to myperosnaldomain.com/info-

We have already been redirected to parked mypersonaldomain.com A sample parked domain has been set for the domain has not registered the $ _SERVER referral.

Can you pass the domain name with redirection in the form of your personal domain? D = myprevdomain.com. If this is a 301 redirect

If this domain is pointing in your target server domain You can capture it from Capture_UI

This only records to http_referer if a user clicks on a link on your new server, this way the browser sends http_referer or while redirecting Headers send http_referer.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -