document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ## Mod_rewrite in use.
  2. RewriteEngine On
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteRule ^([A-Za-z0-9_\\-\\.]+)$ http://my-main-domain.com/r.php?l=$1 [L,QSA]
');