Skip to content
Advertisement

How to create dynamic sitemap in Codeigniter

How to create a dynamic sitemap in Codeigniter. I have created a php file in Controller named it Sitemap.php and created a view named it sitemap.php everything is going well but showing the following result not the actual XML file as shown in below image. enter image description here

Codeigniter Sitemap.php file

JavaScript

View -> sitemap.php file

JavaScript

Advertisement

Answer

You are missing header setting in your controller, put the header like this

JavaScript

Your view file seems to be ok.

For more details Refer this link

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement