fligtar/lilliputian/master/.htaccess - Htaccess File

fligtar/lilliputian/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    
    # Redirect anything that doesn't exist to the redirector
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule .* redirect.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache