A
A
Anton2021-08-21 07:26:31
htaccess
Anton, 2021-08-21 07:26:31

How to allow any numbers in the page address?

Greetings, tell me how to make it possible to enter numbers in the page address, for example:
site.com/ 77127372132173
And just display the index page.
Through htaccess or something else.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Taran, 2021-08-21
@shambler81

RewriteRule ^[0-9]{1,}$ https://site.ru/? [L,R=301]

[0-9] - numbers
{1,} - how many times, from 1 to infinity
Also note that if the numbers are in GET then this will not work

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question