开发者

how to rewrite url's in cakephp?

开发者 https://www.devze.com 2023-01-27 15:10 出处:网络
I am new to cakephp....i am using cakephp1.3. i want to rewrite all view files to .html extension in cakephp.

I am new to cakephp....i am using cakephp1.3. i want to rewrite all view files to .html extension in cakephp. Please help me,i am开发者_如何学Python in need


cakephp does not allow you to do that. ctp extension is hard-coded in all the library files. Unless you want to search and replace all the "ctp" reference to "html", its not possible.

But if you want to rewrite the url and append html suffix, then see here

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号