Код: Выделить всё
rewrite ^/([0-9A-Za-z]*)$ /index.php?redirect_reference=$1;
Код: Выделить всё
Подробнее здесь: [url]https://stackoverflow.com/questions/79368358/passing-nginx-rewrite-to-php[/url]Код: Выделить всё
rewrite ^/([0-9A-Za-z]*)$ /index.php?redirect_reference=$1;
Код: Выделить всё
Подробнее здесь: [url]https://stackoverflow.com/questions/79368358/passing-nginx-rewrite-to-php[/url]