Title: Installing WP on Mac Apache Server
Last modified: March 20, 2023

---

# Installing WP on Mac Apache Server

 *  [jackandcarter](https://wordpress.org/support/users/jackandcarter/)
 * (@jackandcarter)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/installing-wp-on-mac-apache-server/)
 * Hi all, I have PHP installed on Ventura through brew, along with apache and mysql.
   I can confirm apache is directed to my sites folder, and mysql, php is running.
   After I drop the WordPress files into my linked sites folder, I edit the config
   to point to my db and accounts, still I only see php code when trying to go to
   the install Page for WordPress using safari. Am I missing something? Is there
   an install guide that is more in depth for using apache and is php something 
   that WordPress plans on going away from since it’s depreciated? Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/installing-wp-on-mac-apache-server/#post-16578406)
 * Documentation:
 * > [How to install WordPress](https://wordpress.org/documentation/article/how-to-install-wordpress/)
 * 
    [https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP](https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP)
   [https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP](https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP)
 * Tutorials:
    [https://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/](https://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/)
   [https://www.elegantthemes.com/blog/tips-tricks/how-to-create-a-local-wordpress-installation-on-a-mac](https://www.elegantthemes.com/blog/tips-tricks/how-to-create-a-local-wordpress-installation-on-a-mac)
 *  Thread Starter [jackandcarter](https://wordpress.org/support/users/jackandcarter/)
 * (@jackandcarter)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/installing-wp-on-mac-apache-server/#post-16618911)
 * Thanks for the reply, I don’t like Mamp since it’s so limited. I have it working
   locally now with the new Apache and PHP installed through brew.
 * Now I just need to find a good guide on making everything public after pointing
   my domain name to my public IP.
 * I had to edit the php.ini file to allow the WP modules to run.
    -  This reply was modified 3 years, 2 months ago by [jackandcarter](https://wordpress.org/support/users/jackandcarter/).
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/installing-wp-on-mac-apache-server/#post-16618947)
 * > Now I just need to find a good guide on making everything public
 * If You mean Move WordPress from Local Server to Live Site, then see [https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/](https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/)
 *  Thread Starter [jackandcarter](https://wordpress.org/support/users/jackandcarter/)
 * (@jackandcarter)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/installing-wp-on-mac-apache-server/#post-16618994)
 * well, I don’t want to use a web host, I have a domain through bluehost, but they
   limit content for stores, so I will be hosting it publicly from my Mac with my
   domain pointed to it. I see the guides here use MAMP or other third party/proxies
   which are not something I’m interested in. I do have it running great locally,
   so I believe it’s just configuring everything to use public IP now. I think I’m
   just missing some name server info on the bluehost side. The DNS stuff is confusing,
   it seems I can keep bluehost as DNS while still pointing to my IP, but again,
   it’s confusing. Bluehost did help forward to my public IP, now I have to find
   out why WP isn’t accessible from the outside. I did edit the wpconfig.php file
   to reflect my public ip, assigned a database user with that also and it won’t
   connect to the database after I access from outside my network. just says database
   connection issues. I’m just reading on a plugin that fixes your IP across the
   database entries, but I’m not sure if that’s needed since that post is about 
   using a proxy. I’m kinda lost lol.
 * I read to keep localhost as the user for the SQL database, but using my public
   IP to access WP just doesn’t connect to database then, when I use public IP in
   php file it returns that the username for the database is wrong on the wordpress
   login page.
    -  This reply was modified 3 years, 2 months ago by [jackandcarter](https://wordpress.org/support/users/jackandcarter/).
    -  This reply was modified 3 years, 2 months ago by [jackandcarter](https://wordpress.org/support/users/jackandcarter/).
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/installing-wp-on-mac-apache-server/#post-16619030)
 * Review these couple of tutorial and see if they point in the right direction:
   
   [https://kinsta.com/blog/install-wordpress-locally/](https://kinsta.com/blog/install-wordpress-locally/)
   [https://www.hostinger.com/tutorials/wordpress-localhost#:~:text=How%20to%20Install%20WordPress%20on%20Localhost%20in%206,6.%20Check%20the%20Local%20Site%20You%20Built%20](https://www.hostinger.com/tutorials/wordpress-localhost#:~:text=How%20to%20Install%20WordPress%20on%20Localhost%20in%206,6.%20Check%20the%20Local%20Site%20You%20Built%20)
 *  Thread Starter [jackandcarter](https://wordpress.org/support/users/jackandcarter/)
 * (@jackandcarter)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/installing-wp-on-mac-apache-server/#post-16619070)
 * according to bluehost its not possible to point my domain to my WP public IP 
   without paying for their hosting services even though I own the domain. Soooo…
   I think I’m out of luck. Unless I can figure out how to create my own name server.
   I simply cannot justify spending money on hosting just to keep a domain registered
   correctly. I’d rather do it all myself. So, I’m going to see if creating my own
   DNS server is worth it. Then hopefully transfer my domain to myself. haha
 * just wanted to say thanks for helping with all the topics you shared, it does
   clear up a lot of confusion between all this domain/ip stuff. I just can’t spend
   another 100+ just to redirect my site.
    -  This reply was modified 3 years, 2 months ago by [jackandcarter](https://wordpress.org/support/users/jackandcarter/).
    -  This reply was modified 3 years, 2 months ago by [jackandcarter](https://wordpress.org/support/users/jackandcarter/).
    -  This reply was modified 3 years, 2 months ago by [jackandcarter](https://wordpress.org/support/users/jackandcarter/).

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Installing WP on Mac Apache Server’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 6 replies
 * 2 participants
 * Last reply from: [jackandcarter](https://wordpress.org/support/users/jackandcarter/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/installing-wp-on-mac-apache-server/#post-16619070)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
