0
Good morning, I’ve searched a lot and I’ve found several tutorials but I haven’t touched programming. I need to redirect my urls sent by GET. Ex: current url: http://meuurl.com/w/index.php?l=Procurar
wanted it to stay that way: http://meuurl.com/search
if it is necessary to remove the folder /w/ it may be I think with htaccess from but if you have another way too!
Thanks in advance!
please help me!!
– Gustavo Marcelo
you can configure the routes manually via htacess, or you can use the routing of some framework such as Symfony http://symfony.com/doc/current/routing.html
– Reynnan Viktor