【发布时间】:2020-08-13 04:59:02
【问题描述】:
我的网站太旧,无法重新创建。 没有来源,但所有的链接看起来都像
http://example.com/contact.html
http://example.com/countryname.html
http://example.com/countryname/cityname.html
店主说:“这是 Joomla”, 但我想知道为什么链接如此简单, 就像它是单独的“.html”文件的数量一样。
我根本不使用 Joomla,我更喜欢 Codeigniter。 但是有什么方法可以保持 URL 不变?
例如,在我看来
<a href="<?php echo base_url('/welcome/countrieslist/germany');?>" class="menu__link">Germany</a>
这给了 http://example.com/welcome/countrieslist/germany
我需要 http://example.com/germany.html
感谢您的帮助。
【问题讨论】:
标签: php codeigniter routes url-routing