0
I have a question and I believe you can help me.
I want to leave running the two URL systems on my site, I want to put friendly on some pages and leave the default shape on another.
pagina.php?nome=Bruno
Would anyone know how to set up .htacces
s for him to accept the two standards ?
I’m already hiding the . php with this code
RewriteEngine on<br>
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
Hello Bruno, thanks for the reply, the L flag will let the other url I didn’t turn into friendly work ? Thanks
– Bruno Luiz
Today I use the following user way? user=12 and I want to leave user/12 or user/nameserver but I want to continue using on the other pages the old way, and without displaying the . php
– Bruno Luiz