1
Yes, it is possible.
You need to change the .htaccess
and check whether the mod_rewrite
is active.
In htaccess you put like this:
RewriteEngine On
RewriteRule ^(.*)$ index.php/$1
Remembering that, as you are using the wamp
, you will probably have to enable the mod_rewrite
of your apache.
To enable mod_rewrite, use the instructions as shown below:
After that, I think you also need to restart your wamp server.
Leo, you got a negative (not from me) probably because you lack details in your answer. I suggest you improve the explanation.
– Wallace Maxters
@Wallacemaxters the question is very clear in my view, remove ". php" from the URL.
– Filipe Moraes
Yeah, it’s clear to me, too, because I’ve had the problem. But maybe it’s unclear to the person who gave the negative, or to someone who might face the same problem.
– Wallace Maxters