- symlink htdocs:
cd /Applications/MAMP/
ln -s /Users/<username>/Code/<wp-site> ./htdocs- Import database using phpmyadmin
- Update settings in wp-config.php
- Rename wp_options > siteurl to localhost:8888
| <IfModule php5_module> | |
| AddType application/x-httpd-php .php | |
| <FilesMatch \.php$> | |
| SetHandler application/x-httpd-php | |
| </FilesMatch> | |
| AddType application/x-httpd-php-source .phps | |
| <IfModule dir_module> | |
| DirectoryIndex index.php index.html | |
| </IfModule> | |
| </IfModule> |