        <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase / # Adjust if YOURLS is in a subdirectory
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^(.*)$ yourls-loader.php [L]
        </IfModule>
