1
I have a problem trying to use the page without typing the extension. Ex: http://sub.dominio.com/pagina.php for http://sub.dominio.com/pagina
I have tried to find on other sites about the same but none is working in Ubdomain.
1
I have a problem trying to use the page without typing the extension. Ex: http://sub.dominio.com/pagina.php for http://sub.dominio.com/pagina
I have tried to find on other sites about the same but none is working in Ubdomain.
1
1º Check that mod_rewrite is on.
2º Create the . htaccess file with the following content
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule !.*\.php$ %{REQUEST_FILENAME}.php [QSA,L]
Remember to put the file in the root of the sub-domain.
Browser other questions tagged php htaccess subdomain
You are not signed in. Login or sign up in order to post.