标签: javascript jquery html
我有一种情况,我必须显示html页面而不使用他们的扩展名
例如关于我们页面的当前名称为about-us.html,我只想显示about-us
about-us.html
about-us
答案 0 :(得分:3)
您应该使用urlRewriting删除文件扩展名 如果你使用apache那么
Apache Link
for IIS
IIS Link
答案 1 :(得分:0)
您必须重写网址。请检查以下链接: URL rewriting with PHP