I have hosted a web app on Firebase. While redirecting from index.html file to details.php file, .php is getting downloaded instead of loading it on firebase web hosting. Details.php file contains php, html and Javascript code. I don't understand why it is getting downloaded instead of loading it. Please help me out.
Asked
Active
Viewed 21 times
0
-
1I was under the impression that firebase is for static files – Dale Sep 01 '18 at 15:27
-
[link]https://stackoverflow.com/questions/35523819/simple-php-contact-form-with-firebase-hosting – Jamie_D Sep 01 '18 at 15:42
-
@Dale Is it really so? I didn't know this – Dipti Sep 01 '18 at 16:22
-
@Jamie_D thank you. this means I can't use .php file :/ – Dipti Sep 01 '18 at 16:28