WebSite X5Help Center

2 RESPOSTAS - 1 ÚTIL - 1 CORRIGIR
Anthony A.
Anthony A.
User

use this code inside your .htaccess file

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^([^\.]+)$ $1.php [NC,L]

************************************translate

utilizar este código dentro de su archivo .htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^([^\.]+)$ $1.php [NC,L]

Ler mais
Publicado em de Anthony A.