Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6937951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:25:46+00:00 2026-05-27T12:25:46+00:00

Hi I am using CodeIgniter 1.7.3 framework in my project. I have given URL

  • 0

Hi I am using CodeIgniter 1.7.3 framework in my project. I have given URL for a link like this

base_url/index.php/admin/featuredlink/flid/11

, and when I click on this link I am getting an error like this

no input file specified.

But when I change that link to base_url/index.php?admin/featuredlink/flid/11 it works fine.

In my local system this link [base_url/index.php/admin/featuredlink/flid/11 ] works fine.

Why is this link [base_url/index.php/admin/featuredlink/flid/11] not working?

How do I get this link to work? If any one knows, please reply.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:25:46+00:00Added an answer on May 27, 2026 at 12:25 pm

    Make sure first that you are changing your $config['base_url'] from your local development address to your remote development address. This is located in application/config/config.php.

    Also make sure you’re using the right URL Helper function for your needs. Here’s what I mean:

    The site_url() function/method will always include index.php in your URIs. Here’s an example using the site name http://example.com as your website’s domain.

    <?php echo site_url('home') ?> will turn into http://example.com/index.php/home

    While base_url() function/method will always exclude index.php unless you include it. Here’s an example using the site name http://example.com as your website’s domain.

    <?php echo base_url('home') ?> will turn into http://example.com/home

    and

    <?php echo base_url('index.php/home') ?> will turn into http://example.com/index.php/home

    Keep in mind that using these functions/methods are only effective AFTER you have properly modified your .htaccess file. Follow the link below to remove index.php from your URIs by modifying your .htaccess file.

    http://codeigniter.com/user_guide/general/urls.html
    

    Keep in mind too that this can vary from host to host in the way that it needs to be formatted, so follow up on that with your hosting service. Most usually have guides that show you how to configure this properly.

    Here is the link that shows you a more in-depth difference between the site_url() and base_url() functions.

    http://codeigniter.com/user_guide/helpers/url_helper.html
    

    I hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following php code using the codeigniter framework $this->form_validation->set_rules('money', 'Money', 'integer|required|xss_clean'); It
I have this code here in PHP using Codeigniter framework, I can't seem to
I'm using CodeIgniter (a PHP framework) to build an app, and I have an
I have been using the encryption class of codeigniter (PHP framework) for a while
I am on a project using php and codeigniter framework. I want to make
I am using PHP and the codeigniter framework for a project I am working
When I decided to start using php framework, I have gone for CodeIgniter because
I have a web site done using codeigniter php framework and mysql, i have
I'm currently working on a PHP project using CodeIgniter as my framework. I took
I am using the Codeigniter framework in a project - I have a tool

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.