I'm using cyber panel and ols. I'm trying to add some 301 redirects but can't get them work anyhow. I've tried almost every solution found. Please have a look at the code below im htaccess file and images for cyberpanel and ols setting
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^/index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN Redirects
Redirect 301 /old_path/ https://getiosstuff.com/best-free-iphone-ipad-games-kids/
Redirect 301 /old_path/ https://getiosstuff.com/best-zombie-games-for-iphone-ipad/
# END Redirects
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^/index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN Redirects
Redirect 301 /old_path/ https://getiosstuff.com/best-free-iphone-ipad-games-kids/
Redirect 301 /old_path/ https://getiosstuff.com/best-zombie-games-for-iphone-ipad/
# END Redirects