How to set 301 redirect?
Hello, I want to set 301 redirect.
I opened .htacces, that I've renamed after install process from htaccess.txt
I add the following condition to the end of file:
<IfModule mod_rewrite.c>
RewriteEngine On
RedirectMatch 301 /forum/forum6/thread94188.html#post575816 /forum/subforlder-1/subfolder-2/96098-yoni-the-bassist-the-flow-of-emotions-2018-video
</IfModule>
|