help me with this.
Take example: I have this normal url
“localhost/CI/index.php/base/storeurl”.
How can I let Codeigniter know to look for
“localhost/CI/storeurl”.
I have a function named index and it accepts a parameter storeURL in the Base.php class. Help me with this. Thanks in advance.
I’ve finally found what I was looking for. Here is how my code looks like in routes.php.
I really Appreciate everyone who helped me solving this problem. Thank You Guys.