apache - .htaccess causing 500 Error while modifying it to add Authorization Header (PHP Service Api) -


i added undermentioned script .htaccess file enable adding of authorization header causes 500 error on request php apis. can me out? thank you.

rewriteengine on rewritecond %{http:authorization}  ^(.*)$  rewriterule .* - [e=http_authorization:%1]  

the problem wasn't .htaccess file, noticed interval server error occured due fetchall in mysqli didn't configured in server. so, did enable nd_mysqli , fine , sound. thank you.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -