WebSite X5Help Center

2 RISPOSTE - 1 UTILE - 1 CORRETTO
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]

Leggi di più
Postato il da Anthony A.