(10-23-2019, 08:32 AM)John_Betong Wrote: Try changing the following line in the .htaccess file:
# RewriteBase /20190916Bibliotecas/
Does the Welcome_message page show OK?
I just added that line due to the solution proposed on stackoverflow but my original file didnt containt it.
This is my original .htaccess code
Code:
RewriteEngine On
RewriteCond $1 !^(index.php|styles|scripts|images|jQueryUI|fonts|uploads|media|robots.txt)
RewriteRule ^(.*)$ /20190916Bibliotecas/index.php/$1 [L]
If you mean by welcome message the message xampp shows up when I connect to localhost yes it is working. if it's not that message then I cannot access any webpage inside my project. Could you please check if its working on your end? so we can then check if its problem of my linux distro...
Edit: changing
Code:
$route['default_controller'] = 'Home/index'; // to
$route['default_controller'] = 'welcome'; // shows the same 404 error page not found
Thanks