Skip to content
Advertisement

how to change the way the url looks but keep the function

How do I change my URL’s function for calling up on pages? Here’s an example: https://exaplesitename.com/index.php?id=21 What it looks like now but I want it to be something like this: https://exaplesitename.com/Entertainment This is the navigation code:

JavaScript

Thank you very much for any help and kindness.

Advertisement

Answer

Any change in url can be achieved by changing .htaccess file.

JavaScript

For more information about .htaccess please refer to:

https://www.smashingmagazine.com/2011/11/introduction-to-url-rewriting/

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement