Skip to content

Instantly share code, notes, and snippets.

@mikizdr
Created March 15, 2022 13:41
Show Gist options
  • Save mikizdr/6dae9230ef9bab25600aeba565717dd7 to your computer and use it in GitHub Desktop.
Save mikizdr/6dae9230ef9bab25600aeba565717dd7 to your computer and use it in GitHub Desktop.
Change PHP version in .htaccess
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php7.4-fpm.sock|fcgi://localhost"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment