My current http access file is
# Pound sign comments a line out
# Disallow viewing of htaccess files
<Files .htaccess>
order allow,deny
deny from all
</Files>
Options +FollowSymLinks
RewriteEngine On
# enable hiding php extension
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php
Right now it just hides the .php, i still want to hide the .php but allow website/user/Username