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
Post a Comment