.htaccess 222 Bytes
Options -MultiViews +FollowSymLinks
RewriteEngine on

RewriteBase /~budnik/hapi/
#remove the need for .php extention 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_FILENAME}\.php -f 
RewriteRule ^(.*)$ $1.php