Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install wordpress in the firebase hosting?

How can I install Wordpress in the Firebase Hosting ? I tried to find an article to help me to install but I didn't find one.

like image 629
Muhannad Hassan Avatar asked Dec 04 '16 04:12

Muhannad Hassan


People also ask

Can you install WordPress on Firebase?

The short answer is no. Firebase hosting only allows static files such as HTML, JavaScript, images, and CSS stylesheets.

Can I host WordPress on Firebase hosting?

WordPress requires PHP to run on the server and Firebase Hosting can't run server-side code (no PHP) but only static content (html, images, js, etc). So the answer is, you can't install WordPress in the Firebase Hosting.


2 Answers

WordPress requires PHP to run on the server and Firebase Hosting can't run server-side code (no PHP) but only static content (html, images, js, etc). So the answer is, you can't install WordPress in the Firebase Hosting.

like image 181
Wilik Avatar answered Sep 24 '22 02:09

Wilik


You can't install the dynamic version of Wordpress. Instead, you can create a static version of Wordpress using a plugin called Simply Static. Check it here: https://wordpress.org/plugins/simply-static/

It will export your site to html so the server won't need to support PHP or any database. It's great to use in simple websites that don't need to be updated frequently.

like image 20
Dyego Vasconcelos Avatar answered Sep 24 '22 02:09

Dyego Vasconcelos