Мой URL-адрес: http://localhost:8080/home не работает.
http://localhost:8080/home
.htaccess:
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]