Hello, I m really new to the whole htaccess concept.... I want to turn on "allow_call_time_pass_reference" .. I found the code for it aswell which is "php_flag allow_call_time_pass_reference 1". Now my question is that what do i put in htaccess file. I just added that line in the file and uploaded it. I got 500 message. I uploaded in ASC11 mode too ... Any thing i need to do ?? Anything i need to write other than php_flag allow_call_time_pass_reference 1 ?? Thank You, Hassan
.htacess files aren't web accessible. You should now just check your script and see if the value has changed. Make a new file: echo ini_get('allow_call_time_pass_reference'); PHP: It should echo 1 if everything is OK.
did that and i am keep getting 500 message.... i m sorry, i mentioned 404 message above... it is 500 message "Internal Server Error" thanx..
You may be running php in cgi mode in which case php_value commands will not work.. Ask your host if you can change those.
I m with godaddy and they referred me to this page ... help.godaddy.com/article/1082?isc=isc_code any ideas now ??
No, not really since the question you asked in the title is entirely different from the question you asked in the post itself.