Setting up Virtual Hosts in Apache on on macOS Catalina is straight forward after you have your local Web Development environment up and running – get your web development up and running first including Apache, PHP and MySQL on macOS following this macOS Catalina Apache/PHP/MySQL guide here if required. The process of setting up Virtual Hosts is done …
Read More
Install Apache, MySQL, PHP on macOS Catalina 10.15
Get your Local Web Development Environment Up & Running on macOS Catalina 10.15 With Apples’ new macOS Catalina 10.15 available for download, here is how to get the AMP stack up and running on the new macOS. This tutorial will go through the process of getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the new mac OS Catalina. This tutorial …
Read More
Set up Virtual Hosts on macOS Mojave 10.14 in Apache
Setting up Virtual Hosts in Apache on on macOS Mojave is straight forward after you have your local Web Development environment up and running – get your web development up and running first including Apache, PHP and MySQL on macOS following this macOS Mojave Apache/PHP/MySQL guide here if required. The process of setting up Virtual Hosts is done …
Read More
Install Apache, MySQL, PHP on macOS Mojave 10.14
Get your Local Web Development Environment Up & Running on macOS Mojave 10.14 With Apples’ new macOS Mojave 10.14 available for download, here is how to get the AMP stack up and running on the new macOS. This tutorial will go through the process of getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the new macOS Mojave. macOS Catalina …
Read More
Redirecting a Web Folder Directory to another Directory in htaccess
Redirecting within the same domain Using htaccess in your root level of your web server, how you redirect one page to another is: RewriteRule ^url-string-to-redirect$ http://www.yourdomain.com/your-new-url-string [R=301,L]
Set up Virtual Hosts on macos High Sierra 10.13 in Apache
Setting up Virtual Hosts in Apache on on macOS High Sierra and OSX is straight forward after you have your local Web Development environment up and running – get your web development up and running first including Apache, PHP and MySQL on macOS following this macOS High Sierra Apache/PHP/MySQL guide here if required. The process of setting up …
Read More
Install Apache, MySQL, PHP on macOS High Sierra 10.13
Get your Local Web Development Environment Up & Running on macOS High Sierra 10.13 With Apples’ new macOS High Sierra 10.13 available for download, here is how to get the AMP stack up and running on the new macOS. This tutorial will go through the process on getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the new mac OS High …
Read More
Setting up VVV Varying Vagrant Vagrants on macOS
This is a 4 part reference guide to getting started with Vagrant, VVV and WordPress. This is Part 2 – Setting up VVV Varying Vagrant Vagrants on macOS Vagrant and WordPress Local Development Vagrant – Getting Started on macOS Vagrant and WordPress – Setting up VVV Varying Vagrant Vagrants on macOS Vagrant and WordPress – Adding Multiple …
Read More