How to hide parameter from url in php

Viewed 10

This is my current URL :- http://localhost/dreamworldproperties.in/project-view.php?CustomPageURL=DLFTheCamellias

and I want this:- http://localhost/dreamworldproperties.in/DLFTheCamellias

how can i write a code for remove project-view.php?CustomPageURL= this parameter

0 Answers
Related