![]() |
How to fix double slashes? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: How to fix double slashes? (/showthread.php?tid=90156) |
How to fix double slashes? - okiewardoyo - 02-18-2024 Dear all. Most link in my website are doubled slashes, ex: mywebsite.com/page//point How to fix that? It is uses Codeigniter 4.0.1. Thanks. RE: How to fix double slashes? - datamweb - 02-18-2024 Hi, See https://github.com/codeigniter4/CodeIgniter4/pull/6991 RE: How to fix double slashes? - okiewardoyo - 02-18-2024 Thanks for replying datamweb. |