I changed filename to out2.php and in .htaccess changed line:
RewriteRule ^out/([^/]+)/?$ out.php?title=$1 [L]
to
RewriteRule ^out/([^/]+)/?$ out2.php?title=$1 [L]
and it works well now. I don't know how to fix this problem.
sorry for replay in very old subject