W
W
wagwan2016-04-27 16:34:17
Apache HTTP Server
wagwan, 2016-04-27 16:34:17

.htaccess How to redirect to another address?

Hello.
You need to redirect from the page:
http://website.ru/test/КАКОЕ-ЛИБО ЧИСЛО/test
to:
/404.html

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Cherny, 2016-04-27
@paalomnik

RewriteRule ^test/([0-9]+)/test /404.html
adjust to your needs

R
rettpop, 2016-04-28
@rettpop

In addition to Ivan's answer. This functionality can be implemented by the mod_rewrite module, which must be enabled in the web server settings (if we are talking about Apache). The RewriteRule mentioned by Ivan is one of the commands in this module. Detailed tutorial on connecting and configuring the module.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question