Title: dynamodan's Replies | WordPress.org

---

# dynamodan

  [  ](https://wordpress.org/support/users/dynamodan/)

 *   [Profile](https://wordpress.org/support/users/dynamodan/)
 *   [Topics Started](https://wordpress.org/support/users/dynamodan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dynamodan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dynamodan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dynamodan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dynamodan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dynamodan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPressIgniter] How to access my_site/controller_function directly](https://wordpress.org/support/topic/how-to-access-my_sitecontroller_function-directly/)
 *  Plugin Author [dynamodan](https://wordpress.org/support/users/dynamodan/)
 * (@dynamodan)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/how-to-access-my_sitecontroller_function-directly/#post-4956742)
 * Arthur, I think there’s an issue with the SiteWDC_WP segment in the url. CodeIgniter,
   I believe, is expecting to find a controller named SiteWDC_WP.php as that is 
   the first “segment”.
 * I recommend getting the latest (v1.3 as of this writing) plugin version, and 
   using the [wordpressigniter] shortcode as a means of triggering CodeIgniter’s
   content. This is a new feature, and I intend it to replace and deprecate the “
   Page Override” setting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPressIgniter] Adding multiple pages that rely on CI](https://wordpress.org/support/topic/adding-multiple-pages-that-rely-on-ci/)
 *  Plugin Author [dynamodan](https://wordpress.org/support/users/dynamodan/)
 * (@dynamodan)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/adding-multiple-pages-that-rely-on-ci/#post-4734219)
 * The default path, which is /welcome in Codeigniter, can be appended with functions
   in the welcome controller. So if you have your WordPressIgniter Page Override
   set to handle the page at [http://example.com/codeigniter/](http://example.com/codeigniter/),
   then the hello() function in controllers/welcome.php would be accessed by [http://example.com/codeigniter/hello/](http://example.com/codeigniter/hello/).
 * Then other paths, such as [http://example.com/classes/](http://example.com/classes/)
   or [http://example.com/classes/biology/](http://example.com/classes/biology/)
   would be handled by the biology() function in controllers/classes.php, *IF* you
   have “CodeIgniter grabs all SEO urls” checked.
 * The WordPressIgniter plugin is not meant to be used with index.php anywhere in
   the url. I always keep that turned off in both WordPress and CodeIgniter. Who
   wants to see index.php in the url anyways.

Viewing 2 replies - 1 through 2 (of 2 total)