Wednesday, 14 August 2013

htaccess make additional (hidden) request in background

htaccess make additional (hidden) request in background

I want a script on my server to excecute whenever there is a certain
string found in the GET parameter. However I dont want the user to notice
any of this as the server should serve the requested page like usual.
Is this possible?
RewriteCond %{REQUEST_URI} matchthis
# Make hidden request

No comments:

Post a Comment