My URL Is: http://localhost:8080/home
not working.
.htaccess is:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule .* http://localhost:8080/html/%1 [R=301,L]
RewriteRule ^(.*)$ $1.html [NC,L]