Created
October 12, 2024 10:02
-
-
Save parsibox/dcb0360a9d0eacb06b4aecfe196c92b2 to your computer and use it in GitHub Desktop.
Apache multipe php
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
<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