DirectoryIndex index.php
#Options All -Indexes
AddDefaultCharset utf-8

ErrorDocument 404 /404.php

RewriteEngine on
RewriteRule ^in/([0-9]+).php in.php?id=$1 [L]
RewriteRule ^out/([0-9]+).php out.php?id=$1 [L]
RewriteRule ^captha.jpg captha.php [L]