M
M
Max Shteklya2017-05-21 11:54:19
htaccess
Max Shteklya, 2017-05-21 11:54:19

How to make a beautiful link?

There is a link localhost/audios.php?id=123. How to turn a link into localhost/audios123

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
riot26, 2017-05-21
@BedOmar

RewriteEngine on
      RewriteRule ^audios([0-9]+)$ audios.php?id=$1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question