skip to Main Content

Long URL in php using htaccess – Apache

I have a very long URL: //domain/administration/registrar/term_detail.php?a_id=47 And I want to make it looks like: //domain/administration/registrar/detail/47 I have created an htaccess file in //domain/administration/registrar/. Below is my code in htaccess and it is not working. Any suggestion of what I…

VIEW QUESTION
Back To Top
Search