Ir para conteúdo
View in the app

A better way to browse. Learn more.

GGames Fórum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Como mudar a versão do PHP no .htaccess

Criei esse tutorial pois estava com um problema recentemente no cPanel

Para mudar você deve criar ou editar o arquivo .htaccess

<IfModule mime_module>
  AddHandler application/x-httpd-php56 .php .php5 .phtml
</IfModule>

Para trocar para o PHP 4.4:

AddHandler application/x-httpd-php4 .php


Para trocar para o PHP 5.0:

AddHandler application/x-httpd-php5 .php


Para trocar para o PHP 5.1:

AddHandler application/x-httpd-php51 .php


Para trocar para o PHP 5.2:

AddHandler application/x-httpd-php52 .php


Para trocar para o PHP 5.3:

AddHandler application/x-httpd-php53 .php


Para trocar para o PHP 5.4:

AddHandler application/x-httpd-php54 .php


Para trocar para o PHP 5.5:

AddHandler application/x-httpd-php55 .php


Para trocar para o PHP 5.6:

AddHandler application/x-httpd-php56 .php


Para trocar para o PHP 7:

AddHandler application/x-httpd-php7 .php


Para trocar para o PHP 7.1:

AddHandler application/x-httpd-php71 .php

 

Feedback do Usuário

Comentários Recomendados

André Dal

Membro

Postado

Show. Lembrando que talvez seja necessário mudar algumas diretrizes no php.ini também.

valdemmort

Membro

Postado

A uns três anos trabalhei com hospedagem ,e desenvolvimento de sites , usava muito esses codes ,deu até uma saudade agora kkkk

 

Crie uma conta ou entre para comentar

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.