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

  • SEARCH
  • Home
  • 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 7406181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:31:04+00:00 2026-05-29T05:31:04+00:00

Something in my CI configuration is missing a / that Tank auth view files

  • 0

Something in my CI configuration is missing a “/” that Tank auth view files are expecting and I can’t figure it out. I hope you can!

Here are some details:
$config['base_url'] = 'http://localhost/CI/';

I do not have .htaccess set up (so I still have index.php in my URI)

When Tank auth loads one of its view files, here is the first line:
<?php echo form_open($this->uri->uri_string()); ?>

The resulting URI fails to load since it reads as “http://localhost/CI/index.php?auth/register instead of http://localhost/CI/index.php/auth/register

But, if I modify it to:
<?php echo form_open("/".$this->uri->uri_string()); ?>
all is well. But this is now how it was meant to work! What did I miss?

Thanks!

  • 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-29T05:31:05+00:00Added an answer on May 29, 2026 at 5:31 am

    Why not just remove the index.php using .htaccess? That would solve the problem and give you cleaner URL’s.

    Here’t the rewrite I used for my installation of Tank Auth on my localhost.

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php/$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /~Steve/_sandbox/tank_auth/index.php/$1 [L]
    
    ErrorDocument 404 /index.php
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our C++ application reads configuration data from XML files that look something like this:
I must have changed something somewhere, but damned if I can figure out what
I have a configuration class that maps web.config, something like that: public class SiteConfigurationSection
I'm very new to PS so I think I'm missing something basic here. I
I'm a bit puzzled and I believe I might missing some configuration, or perhaps
I'm still learning what hibernate can do and this time i'm trying something that
I must be missing something... So I am in the process of figuring out
Maybe I'm missing something about the way Gradle works. What I have here is
I HAVE to be missing something really simple here! I have a database in
Something a lot of programmers seem to be abiding by is Convention of Configuration.

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.