我克隆了聚合物入门套件,它的工作非常好。
因此在占位符路径中有一个名为的页面 http://localhost:5000/users/Rob。 如果我通过点击抢劫链接从用户页面移动到Rob页面,则上述网址有效。
但如果我直接在浏览器上粘贴http://localhost:5000/users/Rob并按回车键,则无效。
我认为使用htaccess可以解决上述问题。但无法弄清楚如何。
以下是我的.htaccess代码
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.html [L,R=302]
答案 0 :(得分:0)
答案 1 :(得分:0)
删除targetTextView.get().setText ( "text" );
为我做了诀窍!
<强> htaccess的:强>
[L,R=302]
<强>的index.html:强>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /