5
I have several PHP pages , with different names of course. I wish I had something like this home.php?id=0
, on the following page is named after cliente.php
I wish when I have the home
opened by clicking on cliente.php
in the client menu cliente.php
only that the URL appears home.php?id=0
.
How can I do this?
This is URL friendly, you should change . htacess or webconfig (depending on which server you use). Don’t you prefer to display only your name? type: www.pagina.client
– Bia
wanted something like www.pagina.com/home.php? id=0 www.pagina.com/home.php? id=1 etc or www.pagina.com/home /www.pagina.com/client
– usersantos
Good morning @Bia doesn’t need mod_rewrite just for this, just client.php being in one
include
, not that it will be easier to create like this, but in the case of mod_rewrite will often have to rewrite the structure :/– Guilherme Nascimento
I’m using the express Iss
– usersantos