Tag: localhost

  • Enable FTP Server on Mac

    Type this into the command line: sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist thanks to iGerry

  • If localhost/PhpMyAdmin is 404

    Then most likely you’ve been sloppyily setting up configurations – this was my case at least :/. First make sure phpmyadmin is installed, then include its configuration file (httpd-phpmyadmin.conf) in your apache’s httpd.conf. On a Mac, httpd-conf will probably be in /opt/local/apache2/conf, and httpd-phpmyadmin.conf in conf/extra. If that’s the case for you, add this to…