Welcome Guest, Not a member yet? Register   Sign In
How to add .php extension to Codeigniter 2.x controller URL's
#1

(This post was last modified: 11-13-2022, 10:06 PM by MatrickEganlan.)

I am using Codeigniter 2.x for a project and have limited knowledge on .htaccess etc.

I've created an RESTful api which can be accessed via "api" controller's "getfeedback" function and was able to remove the index.php from the URL using .htaccess rules.

Example That currently works (without .php extension):

www.example.com/api/getfeedback?param=abc&param2=defghi

The team I created the api for asked if I can create something which has the .php extension in the urls for some reason they can't use it without the extension. I am able to achieve this if I create a pure php file outside of my codeigniter project directory, however I would like to use codeigniter framework to keep everything consistent. Basically I am looking for a way to have the URL be omegle accessed via

Looking for:

www.example.com/api/getfeedback.php?param=abc&param2=defghi

How can I achieve this? Is there some kind developerbook chatrandom of configuration that would allow both methods to work? Any help is greatly appreciated.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB