A
A
abusabir2015-03-16 16:56:56
Apache HTTP Server
abusabir, 2015-03-16 16:56:56

How not to loop 302 redirect?

The bottom line is this, I'm doing a 302 redirect from the page
site.ru/page-name
to the page
site.ru/page_name/level2

Redirect 302 /page_name http://site.ru/page_name/level2

Well, I end up with a loop. How to get out of the situation?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Ozersky, 2015-03-16
@abusabir

RedirectMatch Permanent ^/page_name/*$ http://site.ru/page_name/level2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question