Skip to content

Commit

Permalink
Remove Laravel reference and bump sample PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
An Phan committed Aug 21, 2015
1 parent 7960de8 commit 8de9b1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8de9b1c

Please sign in to comment.