Git Product home page Git Product logo

Comments (9)

mrtn avatar mrtn commented on July 27, 2024

What error is shown? 404?

from ci3-fire-starter.

alkyu92 avatar alkyu92 commented on July 27, 2024

Yeah.

The 404 page not found error

from ci3-fire-starter.

ayubDev avatar ayubDev commented on July 27, 2024

me too , I think this problem because of .htaccess !!!

from ci3-fire-starter.

alkyu92 avatar alkyu92 commented on July 27, 2024

Did you solved the problem with .htaccess ?

from ci3-fire-starter.

ayubDev avatar ayubDev commented on July 27, 2024

I found an other solution is to add htdocs in your Base_url
Exp :
$config['base_url'] = 'http://localhost/lab/ci3/htdocs';

from ci3-fire-starter.

alkyu92 avatar alkyu92 commented on July 27, 2024

@ayubDev

its not working for me

from ci3-fire-starter.

alkyu92 avatar alkyu92 commented on July 27, 2024

@JasonBaier

can you review this issue?

from ci3-fire-starter.

JasonBaier avatar JasonBaier commented on July 27, 2024

It sounds like you have 1 of 2 possible issues:

  1. If you're using localhost without virtualhosts, localhost usually only points to /var/www/. But you have a sub folder called /html/, so your URL should be http://localhost/html/ci3-fire-starter-folder. That should be line 26 in config.php. Then the core.php 'root_folder' setting should be 'htdocs' (default), unless you've changed the folder name.

  2. If you're not using virtualhosts, I suggest using them. You can search for how to do that based on your development environment. There are plenty of blog posts out there on how to configure vhosts for XAMPP, Mac, Ubuntu and WAMP. Here's a helpful article on how to do it in Ubuntu: http://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/setup-apache-virtual-hosts-on-ubuntu-15-04-14-04.html#virtualhosts. They use .local extensions in their examples; I prefer .dev extensions.

Let me know if you get it working after trying either of these.

from ci3-fire-starter.

alkyu92 avatar alkyu92 commented on July 27, 2024

@JasonBaier
Hey!

The solution 2) worked for me! I tried on WAMP and everything fine. Maybe there is some misconfiguration on my ubuntu's Apache server.

Thank you very much for the help everybody!

from ci3-fire-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.