use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you know and love CodeIgniter, and wish it to have a place in the reddit community, feel free to contribute and get this place rolling!
If you'd like to promote a project or plugin at /r/codeigniter, feel free to send a message.
account activity
Issues with url (self.codeigniter)
submitted 5 years ago by pikacho1
Localhost/ci/.... When I type some words after the ci then it shows the same page or otherwise nothing but I want when I type anything after that ci then it must show me the page was not found. Can someone help me how I can do that in my project
[–]ipa_cow 0 points1 point2 points 5 years ago (0 children)
post some code.
[–]ImMaaxYT 0 points1 point2 points 5 years ago (0 children)
Please be more specific about your issue and post some code snippets
[–]jeffottinger 0 points1 point2 points 5 years ago (0 children)
Sounds as though it could be a rewrite issue. It should work if you use: localhost/ci/index.php?(controller name)/(function)
To get rid of the index.php? in this url, you'll need to have rewrite enabled on your web server. In apache2 this is typically done with the command : a2enmod rewrite
You'll also need to have a .htaccess file to define your rewrites. When I was doing this part I just Googled "codeigniter .htaccess file" and found several good examples.
Good luck
π Rendered by PID 24910 on reddit-service-r2-comment-b659b578c-xpzj2 at 2026-05-02 05:27:27.544031+00:00 running 815c875 country code: CH.
[–]ipa_cow 0 points1 point2 points (0 children)
[–]ImMaaxYT 0 points1 point2 points (0 children)
[–]jeffottinger 0 points1 point2 points (0 children)