Answer the question
In order to leave comments, you need to log in
How to properly hide get-parameter via mod_rewrite?
How to convert a link like site.ru?param=1 to site.ru/1 ?
Answer the question
In order to leave comments, you need to log in
Something like this. You can write these directives in .htaccess if it is allowed in the directory settings in Apache
DirectoryIndex index.php
RewriteEngine on
RewriteRule ^([0-9]+)$ index.php?param=$1 [L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question