This is my htaccess file code. This code is not allowing me to access my project directory.
Code
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ profile.php?username=$1
Please help me in solving this problem. Thanks
Error:
The server encountered an internal error or misconfigured and was unable to complete request.