当您访问https://www.youtube.com/feed/trending之类的网址时,它没有.html或.php。使用html或javascript我该怎么做?我的网站是http://www.artsicleprojects.com,当我转到像#34; Nothing"它说http://artsicleprojects.com/nothing.php
。
所以基本上,我想做的就是把它说成是
http://artsicleprojects.com/nothing
谢谢!
答案 0 :(得分:0)
好的,这样您就可以使用nothing.html
/ nothing.php
文件,将名称更改为index.html
或index.php
,然后创建名为&#39的文件夹;没有',并将您的索引文件放在那里。然后转到www.example.com/nothing,index.html
/ index.php
将自动运行而不会显示在网址中。
Did this help? If so, please accept my answer. :)