Я искал и обнаружил, что .htaccess не работает в firebase, только в firebase. json Я хочу создать firebase. json для чтения. html файлы в php, такие как в .htaccess
[Apache2 @ Ubuntu/Debian: use this directive]
AddType application/x-httpd-php .html .htm
Or, from comment below:
AddType application/x-httpd-php5 .html .htm
If your are running PHP as CGI (probably not the case), you should write instead:
AddHandler application/x-httpd-php .html .htm