How to access my_site/controller_function directly
-
Hi, I have the following environment:
- WP installed in http://localhost:8888/SiteWDC_WP/ with the page “activeprojects”
- CI installed in http://localhost:8888/SiteWDC_WP/codeigniter with the controller “Activeprojects”.
1. I installed your plugin (thanks) and went to WP->Settings/WordPressIgniter. In “Page override” I put “activeprojects” and in “CodeIgniter Path” I put “codeigniter” and saved.
2. I was expecting to access http://localhost:8888/SiteWDC_WP/activeprojects/ and see the result of my CI controller “Activeprojects”, but I just saw my WP initial page. Looking at the other topic, I discovered that putting “http://localhost:8888/SiteWDC_WP/codeigniter/activeprojects/” I was able to see my CI page, but even when I checked the “CodeIgniter grabs all SEO urls” option I still couldn’t achieve my goal (mysite/mycontroller).
3. After I tried changing the “CodeIgniter Path” to “http://localhost:8888/SiteWDC_WP/codeigniter” and nothing changed.
Can you tell me what I’m doing wrong?Many thanks,
Arthur – [email protected]
The topic ‘How to access my_site/controller_function directly’ is closed to new replies.