Answer the question
In order to leave comments, you need to log in
How to create an htaccess redirect?
Good afternoon. We have a website. There is an index.php page. For some reason, Yandex began to index non-existent pages, for example "/index.php/2020/05/12/hello-world/". If you go to it, then a crooked page without styles will come out. How to redirect to the main page? Help me please.
Answer the question
In order to leave comments, you need to log in
If you need a redirect /index.php/page/
to/page/
RewriteCond %{THE_REQUEST} " /index\.php/([^ ?]*)"
RewriteRule ^ https://site.ru/%1 [R=301,L,NE]
/index.php/page/
on/
RewriteCond %{THE_REQUEST} " /index\.php/"
RewriteRule ^ https://site.ru/ [R=301,L,NE]
What application do you want to create?
If applications are for auto-posting to a group, then no, no contracts need to be concluded.
If the application is non-commercial without payments, then an offer is used there (excluding non-residents). If the application will use payment instruments, contracts will be required.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question