Skip to content

Instantly share code, notes, and snippets.

@akramhossainrabbi
Last active December 1, 2024 07:52
Show Gist options
  • Select an option

  • Save akramhossainrabbi/f0842eed00b78c7de8e33bc56f651fa2 to your computer and use it in GitHub Desktop.

Select an option

Save akramhossainrabbi/f0842eed00b78c7de8e33bc56f651fa2 to your computer and use it in GitHub Desktop.
.htaccess for specific php version apache2

Configure your website with a specific version of PHP:

<FilesMatch \.php$>
      SetHandler "proxy:unix:/run/php/php7.0-fpm.sock|fcgi://localhost"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment