Hey there,
Recently i’ve tried to follow these guides https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1
After following guides i am able to go to ipadress/wp-admin/ and setup WP admin accounts.
However switching to a new theme for a website does not change the ''it works ‘’ page on http://ipdress/
what am i missing?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
This comment has been deleted
@qfleuren
The “it works”, is that the Apache default site? It’s usually a file called
index.html
located in the web root, just delete that file if you already put WordPress in that directory. It’s because the defaultDirectoryIndex
is usually set toindex.html index.htm index.php
, meaning it will try to loadindex.html
beforeindex.php