CodeIgniter Forums
Redirect from category to page - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Redirect from category to page (/showthread.php?tid=56834)



Redirect from category to page - El Forum - 01-23-2013

[eluser]Unknown[/eluser]
Edit: I just realized after saving the post that it was under the wrong forum topic. Would a moderator be so kind as to move this please? /facepalm


I have a site which is organized by Categories, but the index page for each category is blank. What I would like to do is redirect requests for those pages to a sitemap or the index.

Example below: I would like any requests of example.com/aboutus to redirect to example.com/site/map

example.com
/site
-index
-map
/aboutus
-mission
-contact

I would greatly appreciate any direction in this. Is there a built in methodology for such or an addon? I would prefer to not use .htaccess as I have several such redirects to setup and manage. For the time being I have the category index pages replicating the site map through a common data channel, but this is not ideal.





Redirect from category to page - El Forum - 01-23-2013

[eluser]Unknown[/eluser]
Found how to do this inside the expression engine (hiding in plain sight) under the access settings of the pages.