Welcome Guest, Not a member yet? Register   Sign In
CI in a Linux environment setup
#14

I have tried your solution with no success. this is de code of my currently .htaccess
Code:
#RewriteEngine On
#RewriteCond $1 !^(index.php|styles|scripts|images|jQueryUI|fonts|uploads|media|robots.txt)
#RewriteRule ^(.*)$ /20190916Bibliotecas/index.php/$1 [L]1
# Checks to see if the user is attempting to access a valid file,
# such as an image or css document, if this isn't true it sends the
# request to the front controller, index.php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

I have tried the solution with and without the first line and nothing
Code:
RewriteEngine On

I don't see the welcome message because this is copy of folder straight from CI version 3.x.x I was going to try a migration  to 4.x but it seems it won't be that simply of copying and paste my controllers, views, jQuery,etc.

I'm gonna try to install xampp on a new virtual machine with Linux maybe Ubuntu just to check if its thing of my distro or CI, and try to load my project https://we.tl/t-me9F2Obn7g  from there.

Could it be that CI is not recognizing properly my URLs?, permissions on htdocs are set to owner myself.
Reply


Messages In This Thread
CI in a Linux environment setup - by Raidenlee - 06-19-2015, 05:12 PM
RE: CI in a Linux environment setup - by kenjis - 06-19-2015, 07:57 PM
RE: CI in a Linux environment setup - by esle - 10-22-2019, 03:44 PM
RE: CI in a Linux environment setup - by mboufos - 10-23-2019, 12:05 AM
RE: CI in a Linux environment setup - by esle - 10-23-2019, 12:31 AM
RE: CI in a Linux environment setup - by esle - 10-23-2019, 07:44 AM
RE: CI in a Linux environment setup - by esle - 10-23-2019, 09:20 AM
RE: CI in a Linux environment setup - by esle - 10-24-2019, 02:02 AM
RE: CI in a Linux environment setup - by esle - 10-24-2019, 09:49 AM
RE: CI in a Linux environment setup - by esle - 10-25-2019, 03:07 AM
RE: CI in a Linux environment setup - by esle - 10-25-2019, 03:48 AM
RE: CI in a Linux environment setup - by esle - 10-27-2019, 04:03 AM
RE: CI in a Linux environment setup - by esle - 10-28-2019, 01:27 AM
RE: CI in a Linux environment setup - by esle - 10-28-2019, 02:09 AM
RE: CI in a Linux environment setup - by esle - 10-29-2019, 01:46 AM
RE: CI in a Linux environment setup - by esle - 11-04-2019, 08:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB