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
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
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
Add Clean Admin Page to View all Sites in VVV Vagrant WordPress Set Up
This is a 4 part reference guide to getting started with Vagrant, VVV and WordPress. This is Part 4 – Add Clean Admin Page to View all Sites in VVV Vagrant WordPress Set Up Vagrant and WordPress Local Development Vagrant – Getting Started on macOS Vagrant and WordPress – Setting up VVV Varying Vagrant Vagrants …
Read More
PCI Scan fails on Bind version cPanel /WHM
A PCI compliance scan can fail on a cPanel/WHM current distribution, this can be the case even when you are running the latest release version with automatic updates enables. The common failure of the PCI Scan relates to the version of bind that is running on the server, you can find what version you are …
Read More
How to set up Virtual Hosts in Apache on macos Sierra and OSX
Setting up Virtual Hosts in Apache on on macOS 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 AMP stack guide here if required. The process of setting up Virtual Hosts is done …
Read More
Connecting SSH with no Passwords from Local to Live Domain
This guide is about setting up a SSH connection without passwords from a local development environment to a live domain site, the requirements are that you have SSH access to the live domain. Setting up SSH folder on a Remote Domain SSH into the domain as the domain owner. By default some hosting providers do not set …
Read More