Hello, I have one website and internal pages name like this "sevices.php?abc=12 But i want to charge it like "/services.php" So, how can i do that. Please let me know how can i do that from Cpanel.? Kind Regards, Rahul
You cannot just change services.php?abc=12 to services.php , because .httaccess will NOT be able to know that abc has int value 12, so it wont know what to parse to services.php.
@edduvs: Thanks your suggestion, you know i actually don't even redirect the pages coz, i have to make that page first,, man, it's soo confusing. i guess i have to hire a developer for this..
Hi Rahul, This can be done through .htaccess. It requires to update the link as well as htaccess file.