From db9cfa72f3ba4b9b3872e91bd9ca6e70e976947c Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Mon, 23 Mar 2015 11:55:14 -0300 Subject: [PATCH] Update README.md Hi Phanan, Fix broken links. Now can checkout. --- Translations/Portuguese-BR/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Translations/Portuguese-BR/README.md b/Translations/Portuguese-BR/README.md index c0e9ceb..26b886c 100644 --- a/Translations/Portuguese-BR/README.md +++ b/Translations/Portuguese-BR/README.md @@ -79,7 +79,7 @@ RewriteCond %{HTTP_HOST} ^www\.example\.com [NC] RewriteRule ^(.*)$ http://example.com/$1 [L,R=301] ``` -### Force non-www in a Geniric Way +### Force non-www in a Generic Way ``` apacheconf RewriteEngine on RewriteCond %{HTTP_HOST} ^www\. @@ -477,7 +477,7 @@ AddCharset utf-8 .atom .css .js .json .rss .vtt .xml ``` [Source](https://github.com/h5bp/server-configs-apache) -### Mudar para outra versão do PHP +### Switch to Another PHP Version Se você estiver em um servidor compartilhado, as chances são de que há mais de uma versão do PHP instalado, e às vezes você quer uma versão específica para o seu site. por exemplo, [Laravel](https://github.com/laravel/laravel) requer PHP >= 5.4. O seguinte trecho deve mudar a versão do PHP para você. ``` apacheconf