DirectoryIndex index.html my.php

<IfModule mod_rewrite.c>
	RewriteEngine  On
	RewriteCond    %{REQUEST_FILENAME} !-d
	RewriteCond    %{REQUEST_FILENAME} !-f
	RewriteRule    ^(.*)$ my.php?__URL__=$1 [QSA,L]
</IfModule>