Sorry i dont really understand by wrapper. Anyway, i had created a wrapper file and had copy and paste the below:-
#!/bin/sh echo "Content-Type: text/plain" echo "" /var/www/cgi-bin/sqwebmail 2>&1 chmod 755 wrapper , use my IE to browse to that file and i got :- Status: 303 Moved Cache-Control: no-store Pragma: no-cache URI: https://www.domain.net/cgi-bin/wrapper?index=1 Location: https://www.domain.net/cgi-bin/wrapper?index=1 Is this correct?
