From 8de9b1cae192235ab3f9981e544a34e9204f5fde Mon Sep 17 00:00:00 2001 From: An Phan Date: Fri, 21 Aug 2015 14:46:14 +0800 Subject: [PATCH] Remove Laravel reference and bump sample PHP version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33817e3..9fbd967 100644 --- a/README.md +++ b/README.md @@ -503,13 +503,13 @@ AddCharset utf-8 .atom .css .js .json .rss .vtt .xml [Source](https://github.com/h5bp/server-configs-apache) ### Switch to Another PHP Version -If you’re on a shared host, chances are there are more than one version of PHP installed, and sometimes you want a specific version for your website. For example, [Laravel](https://github.com/laravel/laravel) requires PHP >= 5.4. The following snippet should switch the PHP version for you. +If you’re on a shared host, chances are there are more than one version of PHP installed, and sometimes you want a specific version for your website. The following snippet should switch the PHP version for you. ``` apacheconf -AddHandler application/x-httpd-php55 .php +AddHandler application/x-httpd-php56 .php # Alternatively, you can use AddType -AddType application/x-httpd-php55 .php +AddType application/x-httpd-php56 .php ``` ### Disable Internet Explorer Compatibility View