How to create a local dev Apache Mysql PHP Setup on Mac OS X ‣ Digital Zoom Studio brew unlink php && brew link --overwrite --force php@8.0 add this in your conf file inside apache configuration ( use /opt/homebrew/bin/httpd -V to find the configuration file ) LoadModule rewrite_module lib/httpd/modules/mod_rewrite.so LoadModule php_module /opt/homebrew/opt/php/lib/httpd/modules/libphp.so AddType application/x-httpd-php .php
Recent Comments