Как убрать принудительный редирект на /index? | How to remove the forced redirect to /index? #91
Closed
rastvorovds
started this conversation in
Дискуссии
Replies: 1 comment
-
В Open Server Panel нет и никогда не было никаких принудительных перенаправлений. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
В предыдущих версиях Open Server Panel (например, 5.0) не было принудительного редиректа на страницу /index.php, поэтому главная страница корректно отображалась по адресу domain.com. Однако в версии 6.2.9 реализован обязательный редирект на domain.com/index.php. Даже если в .htaccess настроить обратный редирект с domain.com/index.php на domain.com, возникает бесконечный цикл перенаправлений.
/
In earlier versions of Open Server Panel (e.g., 5.0), there was no forced redirect to the /index.php page, so the homepage could be accessed directly via domain.com. However, in version 6.2.9, a forced redirect to domain.com/index.php is implemented. Even if you configure a reverse redirect in .htaccess from domain.com/index.php back to domain.com, it results in an infinite redirect loop.
Beta Was this translation helpful? Give feedback.
All reactions