A
Anonymous
Guest
Edit your PHP.INI file in the Windows directory:
The semicolon in front of cgi.force_redirect=0 must be missing! This 'uncomments' the line and enables the feature, which in this case sets cgi.force_redirect to false.
Something like this -->
Byes

The semicolon in front of cgi.force_redirect=0 must be missing! This 'uncomments' the line and enables the feature, which in this case sets cgi.force_redirect to false.
Something like this -->
Code:
; cgi.force_redirect = 1
cgi.force_redirect=0
Byes
