Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created October 12, 2024 10:02
Show Gist options
  • Save parsibox/dcb0360a9d0eacb06b4aecfe196c92b2 to your computer and use it in GitHub Desktop.
Save parsibox/dcb0360a9d0eacb06b4aecfe196c92b2 to your computer and use it in GitHub Desktop.
Apache multipe php
<Directory "D:/wamp64/bin/php/php8.2.18">
Require all granted
</Directory>
ScriptAlias /php-cgi-8.2 "D:/wamp64/bin/php/php8.2.18/php-cgi.exe"
Action application/x-httpd-php8 /php-cgi-8.2
<FilesMatch "\.php8$">
SetHandler application/x-httpd-php8
AllowOverride All
Require all granted
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment