![]() |
how to create sitemap.xml in codeigniter 4? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: how to create sitemap.xml in codeigniter 4? (/showthread.php?tid=81023) |
how to create sitemap.xml in codeigniter 4? - Rama Can - 01-14-2022 how to create sitemap.xml in codeigniter 4? previously i was using codeigniter version 3 and recently i was using codeigniter version 4, i'm having problem while creating a sitemap.xml there in codeigniter4 RE: how to create sitemap.xml in codeigniter 4? - captain-sensible - 01-15-2022 quickest way go to : https://www.xml-sitemaps.com/ type in your url to your web. Download sitemap.xml from link; stick it in public , go to google search console and submit simples RE: how to create sitemap.xml in codeigniter 4? - Rama Can - 01-15-2022 yes I know that, my problem here is my sitemap.xml is not read or error my Controller Sitemap.php Quote:views sitemap Code: <?php |