.htaccess 222 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 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