Hi anyone know is there anyway to reset the apache global variable from php? I am getting the apache variable $_SERVER['SERVER_PORT'] in php (value 443). But I want to reset the value to 80 and create another request. Is it possible?
Going from https to http your probably well enough just sending a Location: header pointing to the current url without the S on http.