Snippets Collections
Redirect 301 / https://maliciouswebsite[.]com/ 
<!DOCTYPE html>

<html>

​

<head>

    <style>

        <title>404 - Page Not Found</title><link rel="stylesheet"type="text/css"href="styles.css"/>CSS: body,

        html {

            height: 0%;

            margin: 0;
10
            padding: 0;

        }

​

        .container {

            display: flex;

            justify-content: center;

            align-items: center;

            height: 100%;

            background-color: rgba(0, 0, 0, 0.25);

        }

​

        img {

            max-width: 100%;
<IfModule mod_rewrite.c>
  RewriteEngine On
</IfModule>
RewriteCond %{HTTP_HOST} ^olddomain\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.olddomain\.com$
RewriteRule ^(.*)$ "https\:\/\/newdomain\.ca\/$1" [R=301,L]
@ini_set( 'upload_max_filesize' , '256M' );

@ini_set( 'post_max_size', '256M');

@ini_set( 'memory_limit', '256M' );

@ini_set( 'max_execution_time', '300' );

@ini_set( 'max_input_time', '300' );
php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value memory_limit 256M
php_value max_execution_time 300
php_value max_input_time 300
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
star

Sun Feb 18 2024 09:31:06 GMT+0000 (Coordinated Universal Time)

#redirect
star

Wed May 24 2023 19:01:55 GMT+0000 (Coordinated Universal Time) https://github.com/LingoBotics/LingoBotics.github.io/404.html

#html #css #404 #error #redirect
star

Wed Feb 01 2023 00:57:45 GMT+0000 (Coordinated Universal Time)

#htaccess #redirect #ssl
star

Mon Dec 06 2021 16:21:43 GMT+0000 (Coordinated Universal Time)

#redirect #wpconfig
star

Mon Dec 06 2021 16:21:05 GMT+0000 (Coordinated Universal Time)

#htaccess #redirect
star

Wed Nov 24 2021 02:46:06 GMT+0000 (Coordinated Universal Time)

#htaccess #redirect
star

Wed Nov 24 2021 02:45:15 GMT+0000 (Coordinated Universal Time)

#htaccess #redirect

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension