openlitespeed htaccess
redirect 302 or redirect 301 directly on start will not work RewriteRule ^/?geniusmovie https://shopube.com/geniusmovie.html you will have to add we add /? redirect from homepage to inner pages RewriteEngine On RewriteRule ^$ https://ytmp3.su/en1/ [R=301,L] 410 or page gone rule https://urlshortenerlink.com/reune.php RewriteEngine On #RewriteCond %{HTTP_HOST} ^urlshortenerlink\.com$ [NC] #RewriteRule ^reune\.php$ - [R=410,L] or RewriteEngine on RewriteRule ^/reune\.php(.*)$ - [R=410,L] RewriteRule ^urlshortenerlink\.com/reune\.php$ / [G] RewriteCond %{REQUEST_URI} ^/reune\.php [NC] RewriteRule .* - [G] or create page with below <?php header ("HTTP/1.1 410 Gone"); echo "<h1>410 Gone</h1>"; echo "<p>The resource you are looking for has been deleted.</p>"; Virtual Host Level In the OLS WebAdmin Console, navigate to Virtual Hosts > Your VH Name> Rewrite and set Auto Load from .htaccess to ...