document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. AliasMatch ^/distros(.*)?$ "/distros$1"
  2.  
  3. <Directory "/distros">
  4. Options Indexes FollowSymLinks
  5. Order allow,deny
  6. Allow from all
  7. </Directory>
');