mirror of
https://github.com/phanan/htaccess.git
synced 2018-11-08 13:39:40 +01:00
Update README.md
Hi Phanan, Fix broken links. Now can checkout.
This commit is contained in:
parent
4fc4daa4e6
commit
db9cfa72f3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue