问题描述
我将Codeigniter 3高级图像库转换为Codeigniter 4,但路线不起作用
Codeigniter 3路线= $ route ['public / image /(:any)'] ='media / resize / $ 1';
Codeigniter 4路线= $ routes-> get('public / image /(:any)','Media :: resize / $ 1');
有什么意义?
解决方法
已解决
更改htaccess:
RewriteCond $ 1!^(index.php | public | robots.txt | ads.txt |图像|样式表|脚本| robots.txt)
到
RewriteCond $ 1!^(index.php | robots.txt | ads.txt |图像|样式表|脚本| robots.txt)