Last active
February 26, 2018 19:57
-
-
Save alfredobarron/77d14269853ec261947356bb60f484c9 to your computer and use it in GitHub Desktop.
Config Virtual machine in Mac OSX Sierra version 10.12.3 - Abril, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Very good tutorials | |
-------------------- | |
Jason McCreary, stackoverflow | |
/////// | |
Configuring Apache Virtual Hosts on Mac OS X | |
https://jason.pureconcepts.net/2014/11/configure-apache-virtualhost-mac-os-x/ | |
// Complementation of tutorial | |
if ERROR 404 | |
// Descomentar la siguiente linea para activar "mod_rewrite" en el archivo httpd.conf | |
LoadModule rewrite_module libexec/apache2/mod_rewrite.so | |
/////// | |
How to get rid of STRICT SQL mode in MySQL | |
http://stackoverflow.com/questions/18762308/how-to-get-rid-of-strict-sql-mode-in-mysql | |
////// | |
Installing Apache, PHP, and MySQL on Mac OS X El Capitan | |
This is an update for Mac OS X El Capitan of a previous post on installing Apache, PHP, and MySQL for Mac OS X. | |
https://jason.pureconcepts.net/2015/10/install-apache-php-mysql-mac-os-x-el-capitan/ | |
////// | |
Upgrade to PHP 7 or 7.1 on macOS Sierra or on OSX 10.6 – 10.11 | |
https://coolestguidesontheplanet.com/upgrade-php-on-osx/ | |
////// | |
Forbidden 403, You don’t have permission to access /~username/ on this server | |
https://coolestguidesontheplanet.com/forbidden-403-you-dont-have-permission-to-access-username-on-this-server/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment