通常在我的网站上,我总是使用ajax,并且只刷新为网站的每个类别更改的div。所以网址总是www.site.com
但是在此网址中:http://www.site.com/Services
或http://www.site.com/Contacts
这意味着在.htaccess中省略了扩展名(如.html或.php)?
感谢
答案 0 :(得分:1)
http://www.site.com/Services
通常实际上是http://www.site.com/Services/index.html
或http://www.site.com/Services/index.php
,其中index.whatever默认情况下不会停止。
虽然我确信你可以在.htaccess
中完成