javascript - My Code is not working on Live Server -
if(isset($_session['jobsess'])) { $jobslug=$_session['jobsess']; header('location:http://cablingjobs.com/jobs/view/'.$jobslug.'/'); exit; }
i put above code in staging site of wpengine.its working.
but when when using same on live site doesn't redirect.
i.e. header()
not working properly. may issue cache cause when see source of site.
each link having content.
for example:
src='http://3bceom1dyooq2orklp30o45s.wpengine.netdna-cdn.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105'
what 3bceom1dyooq2orklp30o45s
in above link ?
it seems script hosted on cdn (content delivery network) .
and part 3bceom1dyooq2orklp30o45s
added cdn in url.
Comments
Post a Comment