Tagged Questions

6
votes
1answer
1k views

ASPNET MVC: Way to figure out the route of the referer (sic)?

I have some POST actions on my controller that are hit from a pair of GET actions. When validation fails, I want to render the view of the action that the POST is coming from. For example: ...
2
votes
3answers
335 views

Any way to capture the referring t.co link from Twitter?

I want to post multiple versions of the same link on Twitter but I want to capture them with unique identifiers when they hit my server. Twitter partially devised a mechanism for this, for example ...
0
votes
1answer
217 views

PHP redirect based on IP AND referrer

I'm trying to redirect users within my network to a specific landing page on our website based on their IP and a blank referrer. This code works, but it ends up in a redirect loop. How do I break out ...
0
votes
2answers
110 views

Redirect .htaccess and check refferer

I need help to write an .htaccess file for Apache to check referer that only allows mydomain referer, otherwise redirect with a 303 response. Ex: my domain: domain1.com I want when the user ...
0
votes
0answers
307 views

mod_rewrite redirect all traffic from a specific domain to a particular page

I want all traffic with REFERER "bad-domain.com" to go to a specific page named hole. It doesn't seem to work at all in .htaccess so I put it in the server config. It is a wp and all the rest of ...