Giter Site home page Giter Site logo

Login folder missing? about cellkulture HOT 4 CLOSED

alexcarisey avatar alexcarisey commented on August 27, 2024
Login folder missing?

from cellkulture.

Comments (4)

drdavidpier avatar drdavidpier commented on August 27, 2024

Looks like a problem with the url thats coded in to the login view. If you add in index.php?/ before the rest of the link this will work as a hack.

Looks like a problem with removing the index.php? that needs mod_rewrite enabled (it should be as its in the .htcaccess file) and works on my system. Not sure where the issue is at the moment

from cellkulture.

alexcarisey avatar alexcarisey commented on August 27, 2024

Tried a bunch of things but still stuck so it's probably because of my limited knowledge on server tricks. Thanks anyway!

from cellkulture.

st0w avatar st0w commented on August 27, 2024

The problem is a missing .htaccess in the app directory. In both the downloaded zip and the Git repo itself, the file doesn't exist. If you create a new file named '.htaccess' (no quotes) and place the contents below, it will function as expected:

RewriteEngine On
RewriteBase /app/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

from cellkulture.

alexcarisey avatar alexcarisey commented on August 27, 2024

Thanks st0w for the fix. I've got it to work locally.

from cellkulture.

Related Issues (2)

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.