标签: html .htaccess tomcat
我的网址是: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]