Chand
Chand

Reputation: 1

Laravel installed in Digital ocean and want to add a worpress blog on the same subdoamin

I have a laravel project hosted in Digital Ocean as(www.example.com) in a droplet. I would like to have a wordpress blog as(www.example.com/blog) subdomain with the laravel Project.


In order to get rid of the the public directory in url, I moved all the files of public directory into html and all the folders and file of html into another folder named as local in html directory. I unzipped the wordpress files inside the var/www/html/blog directory. But I am not able to setup the Wordpress.

This is how I get when I move into the url: www.example.com/blog

enter image description here

Upvotes: 0

Views: 94

Answers (1)

Trevor J
Trevor J

Reputation: 11

You need to add your database information to the wp-config.php file. See this

Upvotes: 0

Related Questions