PirateBox-Dev / PirateBoxScripts_Webserver

PirateBox Scriptcollection for running in Webserver
GNU General Public License v3.0
206 stars 102 forks source link

Send HTTP 302 for redirects #163

Closed MaStr closed 7 years ago

MaStr commented 7 years ago

Send a proper HTTP 302 as a redirect instead of an HTML page. Some browsers tend to cache it anyway - cache tags are ignored..

MaStr commented 7 years ago

Probably solved with setenv.add-response-header

Closing for now...