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

 Hello All,

I am running into so much problems when installing codeigniter in a linux environment and i have no problems when installing it on a windows type environment.
I'll try to explain my problems clearly and what i have tried so far. I hope there is an expert who has installed CI in a linux environment such as CentOS 6 or cPanel that can spot the problem.

Ok so here goes

- So last 3 weeks i downloaded version 3.0.0, i developed my application locally using XAMPP server and i transferred my CI folder to an external server, CentOS 6 root folder (where files are usually called publicly).

- I set up the base_url: http://IP_Address/My_folder/

- As soon as i try to load the application i get a: "Error 404 Page not found"
This message was generated from within the CI error folder: views/error/html/error_404.php so i know i am accessing the file.

What i have tried so far

- Checked php server compatibility
- I looked at countless Stackoverflow solutions such as:
 - Changing the htaccess information
 - Changing the $config['uri_protocol'] = 'REQUEST_URI'; to the other two types QUERY_STRING and PATH_INFO
 - Changing the $config['index_page'] = ""; to $config['index_page'] = "index.php?";
 - lowercase names for the controller filename and uppercase for the class name
- On my godaddy cpanel i used their auto CI installer that installs a fresh CI. This fresh CI worked (showing the initial welcome page).
 - I noticed however, in the config/routes.php, that when i try to change the:
   $route['default_controller'] = 'welcome';
   to
   $route['default_controller'] = 'main/index'; //my controller_name/function_name
   
   I get the same "404 Page error". But when i leave it as 'welcome' and change the views/welcome_message.php data it loads with what i put in it.
   But if i put an <a> link that directs someone to another page (via controller) i get the 404 Error.

I am not sure if it is a route problem happening, setup problem or if linux systems route differently.

Please help Sad . Thank you.
Reply
#2

> lowercase names for the controller filename and uppercase for the class name

What do you mean? In CI 3.0, controller filenames must be ucfirst.

This checker might help you.
https://github.com/kenjis/codeigniter3-filename-checker
Reply
#3

Try setting the following in ./config/config.php

PHP Code:
$config['log_threshold'] = 4// DEFAULT 1 
Check your ./application/logs/ folder which can be deleted after fixing each error and running your application again.
Reply
#4

(06-19-2015, 07:57 PM)kenjis Wrote: > lowercase names for the controller filename and uppercase for the class name

What do you mean? In CI 3.0, controller filenames must be ucfirst.

This checker might help you.
https://github.com/kenjis/codeigniter3-filename-checker

This is what i get for not reading the documentation.
Thanks a lot man i changed the controller first letter to uppercase and no more 404 error!


(06-19-2015, 11:53 PM)John_Betong Wrote: Try setting the following in ./config/config.php


PHP Code:
$config['log_threshold'] = 4// DEFAULT 1 
Check your ./application/logs/ folder which can be deleted after fixing each error and running your application again.

Thanks for this i see what errors are generated!
Reply
#5

Hello CI community!

I'm having similars problems to OP, where my project does work in my windows partition but not on my manjaro partition, permissions are set, I have tried different solutions, config, htacces and routes files with no succes still having 404 Error page not found issue even posted on manjaro forums and apachefriends forum with no response yet, kinda frustrating Sad hope someone in here with enough knowledge can drop me some light to this event.

I'm going to upload my little project we did in class so you can check it out.
https://we.tl/t-me9F2Obn7g (WeTransfer)

Thanks in advance!
Reply
#6

(10-22-2019, 03:44 PM)esle Wrote: Hello CI community!

I'm having similars problems to OP, where my project does work in my windows partition but not on my manjaro partition, permissions are set, I have tried different solutions, config, htacces and routes files with no succes still having 404 Error page not found issue even posted on manjaro forums and apachefriends forum with no response yet, kinda frustrating Sad hope someone in here with enough knowledge can drop me some light to this event.

I'm going to upload my little project we did in class so you can check it out.
https://we.tl/t-me9F2Obn7g (WeTransfer)

Thanks in advance!

Without knowing your problems it is impossible to propose solutions.

Did you check the error log?

Hopefully the error log path is writable which is a very common Linux cause for error.
Reply
#7

i never had those problems on linux, usually on share hosting packets i have to use the cpanel installer or upload it with .htaccess & change the file permissions. On dedicated server i just upload the CI folder with .htaccess and thats it !
Reply
#8

(This post was last modified: 10-23-2019, 12:38 AM by esle.)

I'm having Error 404 page not found to a project that is working on my windows partition but not on my linux one, as I said everything is the same, just copy and paste of the folder project I attached in my previous post, I have tried reinstalling xammpp on linux, change different parameters in my config, .htaccess, routes.php files but with no success.

My xammpp is working since I can access to localhost, phpmyadmin, etc without problem.
Using Manjaro GNOME last version.


My logs from /opt/lampp/logs:

access_log

Code:
::1 - - [22/Oct/2019:10:16:55 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:10:16:55 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
::1 - - [22/Oct/2019:10:16:55 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
::1 - - [22/Oct/2019:10:16:55 +0200] "GET /dashboard/javascripts/all.js HTTP/1.1" 200 188385
::1 - - [22/Oct/2019:10:16:55 +0200] "GET /dashboard/images/fastly-logo.png HTTP/1.1" 200 1770
::1 - - [22/Oct/2019:10:16:55 +0200] "GET /dashboard/images/xampp-logo.svg HTTP/1.1" 200 5427
::1 - - [22/Oct/2019:10:16:55 +0200] "GET /dashboard/images/bitnami-xampp.png HTTP/1.1" 200 22133
::1 - - [22/Oct/2019:10:16:56 +0200] "GET /dashboard/images/social-icons.png HTTP/1.1" 200 3361
::1 - - [22/Oct/2019:10:16:56 +0200] "GET /dashboard/images/favicon.png HTTP/1.1" 200 2508
::1 - - [22/Oct/2019:10:17:00 +0200] "OPTIONS * HTTP/1.0" 200 -
::1 - - [22/Oct/2019:10:17:01 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:10:17:01 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
::1 - - [22/Oct/2019:10:17:01 +0200] "GET /dashboard/javascripts/all.js HTTP/1.1" 200 188385
::1 - - [22/Oct/2019:10:17:01 +0200] "GET /dashboard/images/xampp-logo.svg HTTP/1.1" 200 5427
::1 - - [22/Oct/2019:10:17:01 +0200] "GET /dashboard/images/bitnami-xampp.png HTTP/1.1" 200 22133
::1 - - [22/Oct/2019:10:17:01 +0200] "OPTIONS * HTTP/1.0" 200 -
::1 - - [22/Oct/2019:10:17:02 +0200] "GET /phpmyadmin/ HTTP/1.1" 200 2147
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/themes/pmahomme/jquery/jquery-ui.css HTTP/1.1" 200 36566
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/lib/codemirror.css?v=4.8.5 HTTP/1.1" 200 8542
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/hint/show-hint.css?v=4.8.5 HTTP/1.1" 200 623
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/lint/lint.css?v=4.8.5 HTTP/1.1" 200 2999
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/themes/pmahomme/css/printview.css?v=4.8.5 HTTP/1.1" 200 2746
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/ajax.js?v=4.8.5 HTTP/1.1" 200 31246
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/jquery/jquery.min.js?v=4.8.5 HTTP/1.1" 200 86927
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/keyhandler.js?v=4.8.5 HTTP/1.1" 200 3333
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/jquery/jquery-migrate.js?v=4.8.5 HTTP/1.1" 200 17813
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/sprintf.js?v=4.8.5 HTTP/1.1" 200 7387
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/jquery/jquery-ui.min.js?v=4.8.5 HTTP/1.1" 200 253681
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/js.cookie.js?v=4.8.5 HTTP/1.1" 200 3886
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/jquery/jquery.mousewheel.js?v=4.8.5 HTTP/1.1" 200 8267
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/jquery/jquery.event.drag-2.2.js?v=4.8.5 HTTP/1.1" 200 12826
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/jquery/jquery.validate.js?v=4.8.5 HTTP/1.1" 200 48696
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/jquery/jquery-ui-timepicker-addon.js?v=4.8.5 HTTP/1.1" 200 78475
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/jquery/jquery.ba-hashchange-1.3.js?v=4.8.5 HTTP/1.1" 200 16522
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/jquery/jquery.debounce-1.0.5.js?v=4.8.5 HTTP/1.1" 200 1169
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/menu-resizer.js?v=4.8.5 HTTP/1.1" 200 8318
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/cross_framing_protection.js?v=4.8.5 HTTP/1.1" 200 471
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/rte.js?v=4.8.5 HTTP/1.1" 200 47688
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/tracekit.js?v=4.8.5 HTTP/1.1" 200 45389
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/error_report.js?v=4.8.5 HTTP/1.1" 200 10098
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/phpmyadmin.css.php?nocache=4649407260ltr&server=1 HTTP/1.1" 200 20760
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/doclinks.js?v=4.8.5 HTTP/1.1" 200 20643
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/config.js?v=4.8.5 HTTP/1.1" 200 26929
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/common.js?v=4.8.5 HTTP/1.1" 200 19168
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/indexes.js?v=4.8.5 HTTP/1.1" 200 27242
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/navigation.js?v=4.8.5 HTTP/1.1" 200 60076
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/functions.js?v=4.8.5 HTTP/1.1" 200 173667
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/whitelist.php?v=4.8.5 HTTP/1.1" 200 57
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/page_settings.js?v=4.8.5 HTTP/1.1" 200 1749
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/hint/sql-hint.js?v=4.8.5 HTTP/1.1" 200 9148
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/runmode/runmode.js?v=4.8.5 HTTP/1.1" 200 2499
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/mode/sql/sql.js?v=4.8.5 HTTP/1.1" 200 45323
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/shortcuts_handler.js?v=4.8.5 HTTP/1.1" 200 3264
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/lint/lint.js?v=4.8.5 HTTP/1.1" 200 8609
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/codemirror/addon/lint/sql-lint.js?v=4.8.5 HTTP/1.1" 200 1048
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/console.js?v=4.8.5 HTTP/1.1" 200 57278
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/hint/show-hint.js?v=4.8.5 HTTP/1.1" 200 15909
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/js/messages.php?l=en&v=4.8.5 HTTP/1.1" 200 8822
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/themes/dot.gif HTTP/1.1" 200 43
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_help.png HTTP/1.1" 200 705
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_error.png HTTP/1.1" 200 614
::1 - - [22/Oct/2019:10:17:03 +0200] "GET /phpmyadmin/favicon.ico HTTP/1.1" 200 22486
::1 - - [22/Oct/2019:10:17:08 +0200] "OPTIONS * HTTP/1.0" 200 -
::1 - - [22/Oct/2019:10:17:10 +0200] "GET /phpmyadmin/index.php HTTP/1.1" 200 2147
::1 - - [22/Oct/2019:10:17:10 +0200] "GET /phpmyadmin/themes/pmahomme/jquery/jquery-ui.css HTTP/1.1" 200 36566
::1 - - [22/Oct/2019:10:17:10 +0200] "GET /phpmyadmin/js/whitelist.php?v=4.8.5 HTTP/1.1" 200 57
::1 - - [22/Oct/2019:10:17:10 +0200] "GET /phpmyadmin/js/messages.php?l=en&v=4.8.5 HTTP/1.1" 200 8822
::1 - - [22/Oct/2019:10:17:11 +0200] "GET /phpmyadmin/themes/dot.gif HTTP/1.1" 200 43
::1 - - [22/Oct/2019:10:17:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_help.png HTTP/1.1" 200 705
::1 - - [22/Oct/2019:10:18:09 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:10:18:09 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
::1 - - [22/Oct/2019:10:18:09 +0200] "GET /dashboard/javascripts/all.js HTTP/1.1" 200 188385
::1 - - [22/Oct/2019:10:18:09 +0200] "GET /dashboard/images/xampp-logo.svg HTTP/1.1" 200 5427
::1 - - [22/Oct/2019:10:18:09 +0200] "GET /dashboard/images/bitnami-xampp.png HTTP/1.1" 200 22133
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/ HTTP/1.1" 200 13249
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/hint/show-hint.js?v=4.8.5 HTTP/1.1" 200 15909
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/phpmyadmin.css.php?nocache=6221139551ltr&server=1 HTTP/1.1" 200 20760
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/hint/sql-hint.js?v=4.8.5 HTTP/1.1" 200 9148
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/lint/lint.js?v=4.8.5 HTTP/1.1" 200 8609
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/js/codemirror/addon/lint/sql-lint.js?v=4.8.5 HTTP/1.1" 200 1048
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/js/console.js?v=4.8.5 HTTP/1.1" 200 57278
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/logo_left.png HTTP/1.1" 200 2713
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/left_nav_bg.png HTTP/1.1" 200 146
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_home.png HTTP/1.1" 200 734
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_loggoff.png HTTP/1.1" 200 626
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_docs.png HTTP/1.1" 200 705
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_sqlhelp.png HTTP/1.1" 200 512
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_cog.png HTTP/1.1" 200 442
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_reload.png HTTP/1.1" 200 527
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_link.png HTTP/1.1" 200 280
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_newdb.png HTTP/1.1" 200 585
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_plus.png HTTP/1.1" 200 143
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_db.png HTTP/1.1" 200 328
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_host.png HTTP/1.1" 200 591
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_sql.png HTTP/1.1" 200 680
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_status.png HTTP/1.1" 200 600
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_rights.png HTTP/1.1" 200 461
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_export.png HTTP/1.1" 200 514
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_import.png HTTP/1.1" 200 556
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_replication.png HTTP/1.1" 200 399
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_tblops.png HTTP/1.1" 200 537
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_vars.png HTTP/1.1" 200 523
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_asci.png HTTP/1.1" 200 148
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_engine.png HTTP/1.1" 200 398
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_plugin.png HTTP/1.1" 200 512
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_top.png HTTP/1.1" 200 220
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/console.png HTTP/1.1" 200 292
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_lang.png HTTP/1.1" 200 659
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_theme.png HTTP/1.1" 200 772
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/window-new.png HTTP/1.1" 200 468
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_error.png HTTP/1.1" 200 614
::1 - - [22/Oct/2019:10:18:11 +0200] "POST /phpmyadmin/ajax.php HTTP/1.1" 200 1384
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/favicon.ico HTTP/1.1" 200 22486
::1 - - [22/Oct/2019:10:18:11 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_more.png HTTP/1.1" 200 111
::1 - - [22/Oct/2019:10:18:11 +0200] "POST /phpmyadmin/navigation.php?ajax_request=1 HTTP/1.1" 200 2037
::1 - - [22/Oct/2019:10:18:11 +0200] "POST /phpmyadmin/ajax.php HTTP/1.1" 200 1477
::1 - - [22/Oct/2019:10:18:12 +0200] "POST /phpmyadmin/ajax.php HTTP/1.1" 200 1375
::1 - - [22/Oct/2019:10:18:12 +0200] "POST /phpmyadmin/version_check.php HTTP/1.1" 200 64
::1 - - [22/Oct/2019:10:18:12 +0200] "POST /phpmyadmin/db_structure.php?ajax_request=1&favorite_table=1&sync_favorite_tables=1 HTTP/1.1" 200 143
::1 - - [22/Oct/2019:10:18:14 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:20:33 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:10:20:33 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
::1 - - [22/Oct/2019:10:21:00 +0200] "GET /20191020Websc HTTP/1.1" 301 239
::1 - - [22/Oct/2019:10:21:00 +0200] "GET /20191020Websc/ HTTP/1.1" 500 499
::1 - - [22/Oct/2019:10:25:49 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:25:49 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:25:50 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:25:50 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:26:39 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:26:39 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:26:40 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:26:40 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:26:40 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:26:41 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:26:41 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:26:41 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:26:41 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:26:41 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:26:41 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:26:44 +0200] "GET /2 HTTP/1.1" 404 1030
::1 - - [22/Oct/2019:10:26:47 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:10:26:47 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
::1 - - [22/Oct/2019:10:27:52 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
::1 - - [22/Oct/2019:10:27:52 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
::1 - - [22/Oct/2019:10:27:52 +0200] "GET /dashboard/stylesheets/all.css HTTP/1.1" 200 480570
::1 - - [22/Oct/2019:10:27:52 +0200] "GET /dashboard/javascripts/all.js HTTP/1.1" 200 188385
::1 - - [22/Oct/2019:10:27:52 +0200] "GET /dashboard/javascripts/modernizr.js HTTP/1.1" 200 51365
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/xampp-logo.svg HTTP/1.1" 200 5427
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/bitnami-xampp.png HTTP/1.1" 200 22133
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/fastly-logo.png HTTP/1.1" 200 1770
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/social-icons.png HTTP/1.1" 200 3361
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/favicon.png HTTP/1.1" 200 2508
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/stylesheets/all.css HTTP/1.1" 200 480570
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/javascripts/modernizr.js HTTP/1.1" 200 51365
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/javascripts/all.js HTTP/1.1" 200 188385
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/xampp-logo.svg HTTP/1.1" 200 5427
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/bitnami-xampp.png HTTP/1.1" 200 22133
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/fastly-logo.png HTTP/1.1" 200 1770
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/social-icons.png HTTP/1.1" 200 3361
::1 - - [22/Oct/2019:10:27:53 +0200] "GET /dashboard/images/favicon.png HTTP/1.1" 200 2508
::1 - - [22/Oct/2019:10:28:00 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:28:36 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:28:37 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:28:37 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:28:37 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:31:34 +0200] "GET /20190916Bibliotecas HTTP/1.1" 301 245
::1 - - [22/Oct/2019:10:31:34 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:31:34 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:33:50 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:33:50 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:34:22 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:10:34:22 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:10:36:43 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:11:53:18 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:11:53:18 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
::1 - - [22/Oct/2019:11:53:18 +0200] "GET /dashboard/javascripts/modernizr.js HTTP/1.1" 200 51365
::1 - - [22/Oct/2019:11:53:18 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
::1 - - [22/Oct/2019:11:53:18 +0200] "GET /dashboard/images/xampp-logo.svg HTTP/1.1" 200 5427
::1 - - [22/Oct/2019:11:53:18 +0200] "GET /dashboard/javascripts/all.js HTTP/1.1" 200 188385
::1 - - [22/Oct/2019:11:53:18 +0200] "GET /dashboard/images/fastly-logo.png HTTP/1.1" 200 1770
::1 - - [22/Oct/2019:11:53:18 +0200] "GET /dashboard/images/bitnami-xampp.png HTTP/1.1" 200 22133
::1 - - [22/Oct/2019:11:53:19 +0200] "GET /dashboard/images/social-icons.png HTTP/1.1" 200 3361
::1 - - [22/Oct/2019:11:53:19 +0200] "GET /dashboard/images/favicon.png HTTP/1.1" 200 2508
::1 - - [22/Oct/2019:11:54:33 +0200] "GET /20191020Websc HTTP/1.1" 301 239
::1 - - [22/Oct/2019:11:54:33 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:11:54:33 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:11:55:00 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:11:55:00 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
::1 - - [22/Oct/2019:11:55:00 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
::1 - - [22/Oct/2019:11:55:01 +0200] "GET /dashboard/images/favicon.png HTTP/1.1" 200 2508
::1 - - [22/Oct/2019:11:55:07 +0200] "GET /20190916Bibliotecas HTTP/1.1" 301 245
::1 - - [22/Oct/2019:11:55:07 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:11:55:07 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:11:58:59 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:11:58:59 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
::1 - - [22/Oct/2019:11:58:59 +0200] "GET /dashboard/images/xampp-logo.svg HTTP/1.1" 200 5427
::1 - - [22/Oct/2019:11:58:59 +0200] "GET /dashboard/images/bitnami-xampp.png HTTP/1.1" 200 22133
::1 - - [22/Oct/2019:11:59:01 +0200] "GET /phpmyadmin/ HTTP/1.1" 200 13238
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/css/printview.css?v=4.8.5 HTTP/1.1" 200 2746
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/jquery/jquery-ui.css HTTP/1.1" 200 36566
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/lint/lint.css?v=4.8.5 HTTP/1.1" 200 2999
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/lib/codemirror.css?v=4.8.5 HTTP/1.1" 200 8542
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/js/cross_framing_protection.js?v=4.8.5 HTTP/1.1" 200 471
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/hint/show-hint.css?v=4.8.5 HTTP/1.1" 200 623
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/phpmyadmin.css.php?nocache=6221139552ltr&server=1 HTTP/1.1" 200 20760
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/js/whitelist.php?v=4.8.5 HTTP/1.1" 200 57
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/js/messages.php?l=en&v=4.8.5 HTTP/1.1" 200 8822
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/logo_left.png HTTP/1.1" 200 2713
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/dot.gif HTTP/1.1" 200 43
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_loggoff.png HTTP/1.1" 200 626
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_docs.png HTTP/1.1" 200 705
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_home.png HTTP/1.1" 200 734
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_sqlhelp.png HTTP/1.1" 200 512
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_cog.png HTTP/1.1" 200 442
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/favicon.ico HTTP/1.1" 200 22486
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_reload.png HTTP/1.1" 200 527
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_link.png HTTP/1.1" 200 280
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_plus.png HTTP/1.1" 200 143
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/left_nav_bg.png HTTP/1.1" 200 146
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_newdb.png HTTP/1.1" 200 585
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_sql.png HTTP/1.1" 200 680
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_host.png HTTP/1.1" 200 591
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_status.png HTTP/1.1" 200 600
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_db.png HTTP/1.1" 200 328
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_rights.png HTTP/1.1" 200 461
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_export.png HTTP/1.1" 200 514
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_tblops.png HTTP/1.1" 200 537
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_import.png HTTP/1.1" 200 556
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_replication.png HTTP/1.1" 200 399
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_vars.png HTTP/1.1" 200 523
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_engine.png HTTP/1.1" 200 398
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_asci.png HTTP/1.1" 200 148
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/console.png HTTP/1.1" 200 292
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_plugin.png HTTP/1.1" 200 512
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/window-new.png HTTP/1.1" 200 468
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_help.png HTTP/1.1" 200 705
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_theme.png HTTP/1.1" 200 772
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_top.png HTTP/1.1" 200 220
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_error.png HTTP/1.1" 200 614
::1 - - [22/Oct/2019:11:59:03 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_lang.png HTTP/1.1" 200 659
::1 - - [22/Oct/2019:11:59:04 +0200] "POST /phpmyadmin/ajax.php HTTP/1.1" 200 1385
::1 - - [22/Oct/2019:11:59:04 +0200] "POST /phpmyadmin/ajax.php HTTP/1.1" 200 1481
::1 - - [22/Oct/2019:11:59:04 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_more.png HTTP/1.1" 200 111
::1 - - [22/Oct/2019:11:59:04 +0200] "POST /phpmyadmin/navigation.php?ajax_request=1 HTTP/1.1" 200 2037
::1 - - [22/Oct/2019:11:59:04 +0200] "POST /phpmyadmin/ajax.php HTTP/1.1" 200 1376
::1 - - [22/Oct/2019:11:59:05 +0200] "POST /phpmyadmin/version_check.php HTTP/1.1" 200 64
::1 - - [22/Oct/2019:11:59:05 +0200] "POST /phpmyadmin/db_structure.php?ajax_request=1&favorite_table=1&sync_favorite_tables=1 HTTP/1.1" 200 143
::1 - - [22/Oct/2019:11:59:11 +0200] "OPTIONS * HTTP/1.0" 200 -
::1 - - [22/Oct/2019:11:59:15 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_unlink.png HTTP/1.1" 200 589
::1 - - [22/Oct/2019:11:59:34 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:00 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:00 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:01 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:01 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:13 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:13 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:33 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:33 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:42 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:42 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:42 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:42 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:42 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:42 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:43 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:43 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:43 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:43 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:43 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:43 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:43 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:43 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:03:43 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:12:03:44 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:12:05:58 +0200] "GET /dashboard/faq.html HTTP/1.1" 200 20624
::1 - - [22/Oct/2019:12:05:58 +0200] "GET /dashboard/images/screenshots/xampp-linux-start.jpg HTTP/1.1" 200 479918
::1 - - [22/Oct/2019:12:16:03 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:12:16:03 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
::1 - - [22/Oct/2019:12:16:04 +0200] "GET /dashboard/images/fastly-logo.png HTTP/1.1" 200 1770
::1 - - [22/Oct/2019:12:16:04 +0200] "GET /dashboard/images/social-icons.png HTTP/1.1" 200 3361
::1 - - [22/Oct/2019:13:01:49 +0200] "GET /20190920Websc HTTP/1.1" 404 1030
::1 - - [22/Oct/2019:13:02:10 +0200] "GET /20190920Websc/ HTTP/1.1" 404 1030
::1 - - [22/Oct/2019:13:02:22 +0200] "GET /20191020Websc/ HTTP/1.1" 500 494
::1 - - [22/Oct/2019:13:02:50 +0200] "GET /20191020Websc/ HTTP/1.1" 500 494
::1 - - [22/Oct/2019:13:02:51 +0200] "GET /20191020Websc/ HTTP/1.1" 500 494
::1 - - [22/Oct/2019:13:02:51 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:13:02:51 +0200] "GET /20191020Websc/ HTTP/1.1" 500 494
::1 - - [22/Oct/2019:13:02:51 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:13:02:52 +0200] "GET /20191020Websc/ HTTP/1.1" 500 494
::1 - - [22/Oct/2019:13:02:52 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:13:02:52 +0200] "GET /20191020Websc/ HTTP/1.1" 500 494
::1 - - [22/Oct/2019:13:02:53 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:13:02:53 +0200] "GET /20191020Websc/ HTTP/1.1" 500 494
::1 - - [22/Oct/2019:13:02:53 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:13:02:53 +0200] "GET /20191020Websc/ HTTP/1.1" 500 494
::1 - - [22/Oct/2019:13:02:53 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:13:02:54 +0200] "GET /20191020Websc/ HTTP/1.1" 500 494
::1 - - [22/Oct/2019:13:02:54 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
::1 - - [22/Oct/2019:13:18:05 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:13:18:07 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:23:50:38 +0200] "GET / HTTP/1.1" 302 -
::1 - - [22/Oct/2019:23:50:38 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
::1 - - [22/Oct/2019:23:50:38 +0200] "GET /dashboard/javascripts/all.js HTTP/1.1" 200 188385
::1 - - [22/Oct/2019:23:50:41 +0200] "GET /applications.html HTTP/1.1" 200 3607
::1 - - [22/Oct/2019:23:50:41 +0200] "GET /bitnami.css HTTP/1.1" 200 177
::1 - - [22/Oct/2019:23:50:46 +0200] "GET /dashboard/phpinfo.php HTTP/1.1" 200 98685
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/ HTTP/1.1" 200 13238
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/phpmyadmin.css.php?nocache=6221145605ltr&server=1 HTTP/1.1" 200 20760
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/js/whitelist.php?v=4.8.5 HTTP/1.1" 200 57
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/js/messages.php?l=en&v=4.8.5 HTTP/1.1" 200 8822
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/logo_left.png HTTP/1.1" 200 2713
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/lint/lint.js?v=4.8.5 HTTP/1.1" 200 8609
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/hint/sql-hint.js?v=4.8.5 HTTP/1.1" 200 9148
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/js/vendor/codemirror/addon/hint/show-hint.js?v=4.8.5 HTTP/1.1" 200 15909
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/js/codemirror/addon/lint/sql-lint.js?v=4.8.5 HTTP/1.1" 200 1048
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/left_nav_bg.png HTTP/1.1" 200 146
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_home.png HTTP/1.1" 200 734
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_loggoff.png HTTP/1.1" 200 626
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_docs.png HTTP/1.1" 200 705
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_sqlhelp.png HTTP/1.1" 200 512
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_cog.png HTTP/1.1" 200 442
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_reload.png HTTP/1.1" 200 527
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_link.png HTTP/1.1" 200 280
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_newdb.png HTTP/1.1" 200 585
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_plus.png HTTP/1.1" 200 143
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_db.png HTTP/1.1" 200 328
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_host.png HTTP/1.1" 200 591
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_sql.png HTTP/1.1" 200 680
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_status.png HTTP/1.1" 200 600
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_rights.png HTTP/1.1" 200 461
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_export.png HTTP/1.1" 200 514
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_import.png HTTP/1.1" 200 556
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_tblops.png HTTP/1.1" 200 537
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_replication.png HTTP/1.1" 200 399
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_vars.png HTTP/1.1" 200 523
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_asci.png HTTP/1.1" 200 148
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_engine.png HTTP/1.1" 200 398
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/b_plugin.png HTTP/1.1" 200 512
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_top.png HTTP/1.1" 200 220
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/console.png HTTP/1.1" 200 292
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_lang.png HTTP/1.1" 200 659
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/s_theme.png HTTP/1.1" 200 772
::1 - - [22/Oct/2019:23:51:07 +0200] "GET /phpmyadmin/themes/pmahomme/img/window-new.png HTTP/1.1" 200 468
::1 - - [22/Oct/2019:23:51:07 +0200] "POST /phpmyadmin/ajax.php HTTP/1.1" 200 1385
::1 - - [22/Oct/2019:23:51:07 +0200] "POST /phpmyadmin/navigation.php?ajax_request=1 HTTP/1.1" 200 2037
::1 - - [22/Oct/2019:23:51:07 +0200] "POST /phpmyadmin/ajax.php HTTP/1.1" 200 1481
::1 - - [22/Oct/2019:23:51:08 +0200] "POST /phpmyadmin/ajax.php HTTP/1.1" 200 1376
::1 - - [22/Oct/2019:23:51:08 +0200] "POST /phpmyadmin/version_check.php HTTP/1.1" 200 64
::1 - - [22/Oct/2019:23:51:08 +0200] "POST /phpmyadmin/db_structure.php?ajax_request=1&favorite_table=1&sync_favorite_tables=1 HTTP/1.1" 200 143
::1 - - [22/Oct/2019:23:51:26 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1030
::1 - - [22/Oct/2019:23:52:11 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
::1 - - [22/Oct/2019:23:52:20 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:52:31 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:52:31 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [22/Oct/2019:23:52:40 +0200] "GET /20191020Websc/index HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:52:40 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [22/Oct/2019:23:52:45 +0200] "GET /20191020Websc/home/index HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:52:45 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [22/Oct/2019:23:52:48 +0200] "GET /20191020Websc/home/index.php HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:52:48 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [22/Oct/2019:23:52:54 +0200] "GET /20191020Websc/index.php HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:53:58 +0200] "GET /20191020Websc/index.php HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:54:02 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:56:45 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1054
127.0.0.1 - - [22/Oct/2019:23:56:45 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [22/Oct/2019:23:56:48 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1054
127.0.0.1 - - [22/Oct/2019:23:59:23 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:59:41 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:59:41 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [22/Oct/2019:23:59:56 +0200] "GET /20190916Bibliotecas HTTP/1.1" 301 245
127.0.0.1 - - [22/Oct/2019:23:59:56 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
127.0.0.1 - - [22/Oct/2019:23:59:56 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:04:15 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:04:15 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:07:01 +0200] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [23/Oct/2019:00:07:01 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
127.0.0.1 - - [23/Oct/2019:00:07:01 +0200] "GET /dashboard/stylesheets/normalize.css HTTP/1.1" 200 6876
127.0.0.1 - - [23/Oct/2019:00:07:10 +0200] "GET /20191020Websc/ HTTP/1.1" 302 -
127.0.0.1 - - [23/Oct/2019:00:07:10 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
127.0.0.1 - - [23/Oct/2019:00:07:22 +0200] "GET /20191020Websc/ HTTP/1.1" 302 -
127.0.0.1 - - [23/Oct/2019:00:07:22 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
127.0.0.1 - - [23/Oct/2019:00:07:22 +0200] "GET /dashboard/images/favicon.png HTTP/1.1" 200 2508
127.0.0.1 - - [23/Oct/2019:00:08:47 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:09:56 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:09:56 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:09:57 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:09:57 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:10:01 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:10:08 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:10:08 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:10:12 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:11:30 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:11:30 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:11:34 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:11:36 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:11:36 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:16:16 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:16:16 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:16:16 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:16:16 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:16:20 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:16:24 +0200] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [23/Oct/2019:00:16:24 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
127.0.0.1 - - [23/Oct/2019:00:16:24 +0200] "GET /dashboard/images/favicon.png HTTP/1.1" 200 2508
127.0.0.1 - - [23/Oct/2019:00:16:28 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:16:50 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:16:50 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:16:50 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:16:50 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:17:21 +0200] "GET /20191020Websc/ HTTP/1.1" 500 1191
127.0.0.1 - - [23/Oct/2019:00:17:21 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:17:29 +0200] "GET /20191020Websc/home HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:17:49 +0200] "GET /20191020Websc/Home HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:17:53 +0200] "GET /20191020Websc/Home/index HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:18:18 +0200] "GET /20191020Websc/Home/index HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:18:19 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:18:21 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:18:29 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:18:29 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:18:29 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:18:29 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:18:29 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:19:07 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:19:07 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:19:07 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:19:07 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:19:10 +0200] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [23/Oct/2019:00:19:10 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
127.0.0.1 - - [23/Oct/2019:00:19:10 +0200] "GET /dashboard/images/social-icons.png HTTP/1.1" 200 3361
127.0.0.1 - - [23/Oct/2019:00:19:10 +0200] "GET /dashboard/images/favicon.png HTTP/1.1" 200 2508
127.0.0.1 - - [23/Oct/2019:00:19:15 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:19:15 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:30:08 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:30:08 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:30:08 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:30:08 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:30:16 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:30:19 +0200] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [23/Oct/2019:00:30:19 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
127.0.0.1 - - [23/Oct/2019:00:30:19 +0200] "GET /dashboard/images/favicon.png HTTP/1.1" 200 2508
127.0.0.1 - - [23/Oct/2019:00:30:23 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:30:34 +0200] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [23/Oct/2019:00:30:34 +0200] "GET /dashboard/ HTTP/1.1" 200 7574
127.0.0.1 - - [23/Oct/2019:00:30:39 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:30:47 +0200] "GET /20191020Websc/home HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:30:51 +0200] "GET /20191020Websc/home/index.php HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:30:56 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:30:58 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:30:59 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:31:08 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:31:08 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:31:09 +0200] "GET /20191020Websc/ HTTP/1.1" 404 1130
127.0.0.1 - - [23/Oct/2019:00:31:09 +0200] "GET /favicon.ico HTTP/1.1" 200 30894
127.0.0.1 - - [23/Oct/2019:00:34:31 +0200] "GET /20190916Bibliotecas/ HTTP/1.1" 404 1130

error_log
Code:
[Tue Oct 22 10:13:29.432097 2019] [ssl:warn] [pid 8181] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Oct 22 10:13:29.432147 2019] [ssl:warn] [pid 8181] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Oct 22 10:13:29.432211 2019] [suexec:notice] [pid 8181] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Tue Oct 22 10:13:29.463648 2019] [ssl:warn] [pid 8182] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Oct 22 10:13:29.463669 2019] [ssl:warn] [pid 8182] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Oct 22 10:13:29.463743 2019] [lbmethod_heartbeat:notice] [pid 8182] AH02282: No slotmem from mod_heartmonitor
[Tue Oct 22 10:13:29.471893 2019] [mpm_prefork:notice] [pid 8182] AH00163: Apache/2.4.38 (Unix) OpenSSL/1.0.2r PHP/7.3.3 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Tue Oct 22 10:13:29.471927 2019] [core:notice] [pid 8182] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
[Tue Oct 22 11:11:45.429395 2019] [ssl:warn] [pid 3004] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Oct 22 11:11:45.435256 2019] [ssl:warn] [pid 3004] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Oct 22 11:11:45.435548 2019] [suexec:notice] [pid 3004] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Tue Oct 22 11:11:45.558115 2019] [ssl:warn] [pid 3005] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Oct 22 11:11:45.558173 2019] [ssl:warn] [pid 3005] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Oct 22 11:11:45.558423 2019] [lbmethod_heartbeat:notice] [pid 3005] AH02282: No slotmem from mod_heartmonitor
[Tue Oct 22 11:11:48.083024 2019] [mpm_prefork:notice] [pid 3005] AH00163: Apache/2.4.38 (Unix) OpenSSL/1.0.2r PHP/7.3.3 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Tue Oct 22 11:11:48.083072 2019] [core:notice] [pid 3005] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
[Tue Oct 22 23:49:18.084219 2019] [mpm_prefork:notice] [pid 3005] AH00171: Graceful restart requested, doing restart
[Tue Oct 22 23:49:18.132749 2019] [ssl:warn] [pid 3005] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Oct 22 23:49:18.132768 2019] [ssl:warn] [pid 3005] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Oct 22 23:49:18.132836 2019] [lbmethod_heartbeat:notice] [pid 3005] AH02282: No slotmem from mod_heartmonitor
[Tue Oct 22 23:49:18.139341 2019] [mpm_prefork:notice] [pid 3005] AH00163: Apache/2.4.38 (Unix) OpenSSL/1.0.2r PHP/7.3.3 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Tue Oct 22 23:49:18.139381 2019] [core:notice] [pid 3005] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
[Tue Oct 22 23:50:11.376392 2019] [mpm_prefork:notice] [pid 3005] AH00169: caught SIGTERM, shutting down
[Tue Oct 22 23:50:15.929815 2019] [ssl:warn] [pid 7878] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Oct 22 23:50:15.929855 2019] [ssl:warn] [pid 7878] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Oct 22 23:50:15.929917 2019] [suexec:notice] [pid 7878] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Tue Oct 22 23:50:15.961972 2019] [ssl:warn] [pid 7879] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Oct 22 23:50:15.961994 2019] [ssl:warn] [pid 7879] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Oct 22 23:50:15.962077 2019] [lbmethod_heartbeat:notice] [pid 7879] AH02282: No slotmem from mod_heartmonitor
[Tue Oct 22 23:50:15.971205 2019] [mpm_prefork:notice] [pid 7879] AH00163: Apache/2.4.38 (Unix) OpenSSL/1.0.2r PHP/7.3.3 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Tue Oct 22 23:50:15.971249 2019] [core:notice] [pid 7879] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
[Wed Oct 23 00:54:45.661721 2019] [mpm_prefork:notice] [pid 7879] AH00169: caught SIGTERM, shutting down

php_error_log
Code:
[22-Oct-2019 10:13:27 Europe/Berlin] PHP Deprecated:  Directive 'track_errors' is deprecated in Unknown on line 0
[22-Oct-2019 23:56:45 Europe/Berlin] PHP Warning:  include(/opt/lampp/htdocs/20191020Websc/application/views/errors/html/error_php.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/20191020Websc/system/core/Exceptions.php on line 268
[22-Oct-2019 23:56:45 Europe/Berlin] PHP Warning:  include(): Failed opening '/opt/lampp/htdocs/20191020Websc/application/views/errors/html/error_php.php' for inclusion (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/20191020Websc/system/core/Exceptions.php on line 268
[22-Oct-2019 23:56:45 Europe/Berlin] PHP Warning:  include(/opt/lampp/htdocs/20191020Websc/application/views/errors/html/error_php.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/20191020Websc/system/core/Exceptions.php on line 268
[22-Oct-2019 23:56:45 Europe/Berlin] PHP Warning:  include(): Failed opening '/opt/lampp/htdocs/20191020Websc/application/views/errors/html/error_php.php' for inclusion (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/20191020Websc/system/core/Exceptions.php on line 268
[22-Oct-2019 23:56:48 Europe/Berlin] PHP Warning:  include(/opt/lampp/htdocs/20191020Websc/application/views/errors/html/error_php.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/20191020Websc/system/core/Exceptions.php on line 268
[22-Oct-2019 23:56:48 Europe/Berlin] PHP Warning:  include(): Failed opening '/opt/lampp/htdocs/20191020Websc/application/views/errors/html/error_php.php' for inclusion (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/20191020Websc/system/core/Exceptions.php on line 268
[22-Oct-2019 23:56:48 Europe/Berlin] PHP Warning:  include(/opt/lampp/htdocs/20191020Websc/application/views/errors/html/error_php.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/20191020Websc/system/core/Exceptions.php on line 268
[22-Oct-2019 23:56:48 Europe/Berlin] PHP Warning:  include(): Failed opening '/opt/lampp/htdocs/20191020Websc/application/views/errors/html/error_php.php' for inclusion (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/20191020Websc/system/core/Exceptions.php on line 268
Reply
#9

Investigate the last line of the access log:

GET /20190916Bibliotecas/ HTTP/1.1" 404 1130
Reply
#10

(10-22-2019, 09:44 PM)John_Betong Wrote:
(10-22-2019, 03:44 PM)esle Wrote: Hello CI community!

I'm having similars problems to OP, where my project does work in my windows partition but not on my manjaro partition, permissions are set, I have tried different solutions, config, htacces and routes files with no succes still having 404 Error page not found issue even posted on manjaro forums and apachefriends forum with no response yet, kinda frustrating Sad hope someone in here with enough knowledge can drop me some light to this event.

I'm going to upload my little project we did in class so you can check it out.
https://we.tl/t-me9F2Obn7g (WeTransfer)

Thanks in advance!

Without knowing your problems it is impossible to propose solutions.

Did you check the error log?

Hopefully the error log path is writable which is a very common Linux cause for error.

(10-23-2019, 04:22 AM)John_Betong Wrote: Investigate the last line of the access log:

GET /20190916Bibliotecas/ HTTP/1.1" 404 1130

Tried a fix from url below and nothing Sad
https://stackoverflow.com/questions/2275...ll-get-404

The problem seems its not able to load my default controller...

.htaccess from the root folder of the project
Code:
RewriteEngine On
RewriteBase /20190916Bibliotecas/
RewriteCond $1 !^(index.php|styles|scripts|images|jQueryUI|fonts|uploads|media|robots.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

application/config/config.php
Code:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

/*
|--------------------------------------------------------------------------
| Base Site URL
|--------------------------------------------------------------------------
|
| URL to your CodeIgniter root. Typically this will be your base URL,
| WITH a trailing slash:
|
|    http://example.com/
|
| WARNING: You MUST set this value!
|
| If it is not set, then CodeIgniter will try guess the protocol and path
| your installation, but due to security concerns the hostname will be set
| to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise.
| The auto-detection mechanism exists only for convenience during
| development and MUST NOT be used in production!
|
| If you need to allow multiple domains, remember that this file is still
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = 'http://localhost/20190916Bibliotecas/';

/*
|--------------------------------------------------------------------------
| Index File
|--------------------------------------------------------------------------
|
| Typically this will be your index.php file, unless you've renamed it to
| something else. If you are using mod_rewrite to remove the page set this
| variable so that it is blank.
|
*/
$config['index_page'] = '';

/*
|--------------------------------------------------------------------------
| URI PROTOCOL
|--------------------------------------------------------------------------
|
| This item determines which server global should be used to retrieve the
| URI string.  The default setting of 'REQUEST_URI' works for most servers.
| If your links do not seem to work, try one of the other delicious flavors:
|
| 'REQUEST_URI'    Uses $_SERVER['REQUEST_URI']
| 'QUERY_STRING'   Uses $_SERVER['QUERY_STRING']
| 'PATH_INFO'      Uses $_SERVER['PATH_INFO']
|
| WARNING: If you set this to 'PATH_INFO', URIs will always be URL-decoded!
*/
$config['uri_protocol']    = 'REQUEST_URI';

/*
|--------------------------------------------------------------------------
| URL suffix
|--------------------------------------------------------------------------
|
| This option allows you to add a suffix to all URLs generated by CodeIgniter.
| For more information please see the user guide:
|
| https://codeigniter.com/user_guide/general/urls.html
*/
$config['url_suffix'] = '';

/*
|--------------------------------------------------------------------------
| Default Language
|--------------------------------------------------------------------------
|
| This determines which set of language files should be used. Make sure
| there is an available translation if you intend to use something other
| than english.
|
*/
$config['language']    = 'english';

/*
|--------------------------------------------------------------------------
| Default Character Set
|--------------------------------------------------------------------------
|
| This determines which character set is used by default in various methods
| that require a character set to be provided.
|
| See http://php.net/htmlspecialchars for a list of supported charsets.
|
*/
$config['charset'] = 'UTF-8';

/*
|--------------------------------------------------------------------------
| Enable/Disable System Hooks
|--------------------------------------------------------------------------
|
| If you would like to use the 'hooks' feature you must enable it by
| setting this variable to TRUE (boolean).  See the user guide for details.
|
*/
$config['enable_hooks'] = FALSE;

/*
|--------------------------------------------------------------------------
| Class Extension Prefix
|--------------------------------------------------------------------------
|
| This item allows you to set the filename/classname prefix when extending
| native libraries.  For more information please see the user guide:
|
| https://codeigniter.com/user_guide/general/core_classes.html
| https://codeigniter.com/user_guide/general/creating_libraries.html
|
*/
$config['subclass_prefix'] = 'MY_';

/*
|--------------------------------------------------------------------------
| Composer auto-loading
|--------------------------------------------------------------------------
|
| Enabling this setting will tell CodeIgniter to look for a Composer
| package auto-loader script in application/vendor/autoload.php.
|
|    $config['composer_autoload'] = TRUE;
|
| Or if you have your vendor/ directory located somewhere else, you
| can opt to set a specific path as well:
|
|    $config['composer_autoload'] = '/path/to/vendor/autoload.php';
|
| For more information about Composer, please visit http://getcomposer.org/
|
| Note: This will NOT disable or override the CodeIgniter-specific
|    autoloading (application/config/autoload.php)
*/
$config['composer_autoload'] = FALSE;

/*
|--------------------------------------------------------------------------
| Allowed URL Characters
|--------------------------------------------------------------------------
|
| This lets you specify which characters are permitted within your URLs.
| When someone tries to submit a URL with disallowed characters they will
| get a warning message.
|
| As a security measure you are STRONGLY encouraged to restrict URLs to
| as few characters as possible.  By default only these are allowed: a-z 0-9~%.:_-
|
| Leave blank to allow all characters -- but only if you are insane.
|
| The configured value is actually a regular expression character group
| and it will be executed as: ! preg_match('/^[<permitted_uri_chars>]+$/i
|
| DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
|
*/
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';

/*
|--------------------------------------------------------------------------
| Enable Query Strings
|--------------------------------------------------------------------------
|
| By default CodeIgniter uses search-engine friendly segment based URLs:
| example.com/who/what/where/
|
| You can optionally enable standard query string based URLs:
| example.com?who=me&what=something&where=here
|
| Options are: TRUE or FALSE (boolean)
|
| The other items let you set the query string 'words' that will
| invoke your controllers and its functions:
| example.com/index.php?c=controller&m=function
|
| Please note that some of the helpers won't work as expected when
| this feature is enabled, since CodeIgniter is designed primarily to
| use segment based URLs.
|
*/
$config['enable_query_strings'] = FALSE;
$config['controller_trigger'] = 'c';
$config['function_trigger'] = 'm';
$config['directory_trigger'] = 'd';

/*
|--------------------------------------------------------------------------
| Allow $_GET array
|--------------------------------------------------------------------------
|
| By default CodeIgniter enables access to the $_GET array.  If for some
| reason you would like to disable it, set 'allow_get_array' to FALSE.
|
| WARNING: This feature is DEPRECATED and currently available only
|          for backwards compatibility purposes!
|
*/
$config['allow_get_array'] = TRUE;

/*
|--------------------------------------------------------------------------
| Error Logging Threshold
|--------------------------------------------------------------------------
|
| You can enable error logging by setting a threshold over zero. The
| threshold determines what gets logged. Threshold options are:
|
|    0 = Disables logging, Error logging TURNED OFF
|    1 = Error Messages (including PHP errors)
|    2 = Debug Messages
|    3 = Informational Messages
|    4 = All Messages
|
| You can also pass an array with threshold levels to show individual error types
|
|     array(2) = Debug Messages, without Error Messages
|
| For a live site you'll usually only enable Errors (1) to be logged otherwise
| your log files will fill up very fast.
|
*/
$config['log_threshold'] = 0;

/*
|--------------------------------------------------------------------------
| Error Logging Directory Path
|--------------------------------------------------------------------------
|
| Leave this BLANK unless you would like to set something other than the default
| application/logs/ directory. Use a full server path with trailing slash.
|
*/
$config['log_path'] = '';

/*
|--------------------------------------------------------------------------
| Log File Extension
|--------------------------------------------------------------------------
|
| The default filename extension for log files. The default 'php' allows for
| protecting the log files via basic scripting, when they are to be stored
| under a publicly accessible directory.
|
| Note: Leaving it blank will default to 'php'.
|
*/
$config['log_file_extension'] = '';

/*
|--------------------------------------------------------------------------
| Log File Permissions
|--------------------------------------------------------------------------
|
| The file system permissions to be applied on newly created log files.
|
| IMPORTANT: This MUST be an integer (no quotes) and you MUST use octal
|            integer notation (i.e. 0700, 0644, etc.)
*/
$config['log_file_permissions'] = 0644;

/*
|--------------------------------------------------------------------------
| Date Format for Logs
|--------------------------------------------------------------------------
|
| Each item that is logged has an associated date. You can use PHP date
| codes to set your own date formatting
|
*/
$config['log_date_format'] = 'd-m-Y H:i:s';

/*
|--------------------------------------------------------------------------
| Error Views Directory Path
|--------------------------------------------------------------------------
|
| Leave this BLANK unless you would like to set something other than the default
| application/views/errors/ directory.  Use a full server path with trailing slash.
|
*/
$config['error_views_path'] = '';

/*
|--------------------------------------------------------------------------
| Cache Directory Path
|--------------------------------------------------------------------------
|
| Leave this BLANK unless you would like to set something other than the default
| application/cache/ directory.  Use a full server path with trailing slash.
|
*/
$config['cache_path'] = '';

/*
|--------------------------------------------------------------------------
| Cache Include Query String
|--------------------------------------------------------------------------
|
| Whether to take the URL query string into consideration when generating
| output cache files. Valid options are:
|
|    FALSE      = Disabled
|    TRUE       = Enabled, take all query parameters into account.
|                 Please be aware that this may result in numerous cache
|                 files generated for the same page over and over again.
|    array('q') = Enabled, but only take into account the specified list
|                 of query parameters.
|
*/
$config['cache_query_string'] = FALSE;

/*
|--------------------------------------------------------------------------
| Encryption Key
|--------------------------------------------------------------------------
|
| If you use the Encryption class, you must set an encryption key.
| See the user guide for more info.
|
| https://codeigniter.com/user_guide/libraries/encryption.html
|
*/
$config['encryption_key'] = '';

/*
|--------------------------------------------------------------------------
| Session Variables
|--------------------------------------------------------------------------
|
| 'sess_driver'
|
|    The storage driver to use: files, database, redis, memcached
|
| 'sess_cookie_name'
|
|    The session cookie name, must contain only [0-9a-z_-] characters
|
| 'sess_expiration'
|
|    The number of SECONDS you want the session to last.
|    Setting to 0 (zero) means expire when the browser is closed.
|
| 'sess_save_path'
|
|    The location to save sessions to, driver dependent.
|
|    For the 'files' driver, it's a path to a writable directory.
|    WARNING: Only absolute paths are supported!
|
|    For the 'database' driver, it's a table name.
|    Please read up the manual for the format with other session drivers.
|
|    IMPORTANT: You are REQUIRED to set a valid save path!
|
| 'sess_match_ip'
|
|    Whether to match the user's IP address when reading the session data.
|
|    WARNING: If you're using the database driver, don't forget to update
|             your session table's PRIMARY KEY when changing this setting.
|
| 'sess_time_to_update'
|
|    How many seconds between CI regenerating the session ID.
|
| 'sess_regenerate_destroy'
|
|    Whether to destroy session data associated with the old session ID
|    when auto-regenerating the session ID. When set to FALSE, the data
|    will be later deleted by the garbage collector.
|
| Other session cookie settings are shared with the rest of the application,
| except for 'cookie_prefix' and 'cookie_httponly', which are ignored here.
|
*/
$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL;
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;

/*
|--------------------------------------------------------------------------
| Cookie Related Variables
|--------------------------------------------------------------------------
|
| 'cookie_prefix'   = Set a cookie name prefix if you need to avoid collisions
| 'cookie_domain'   = Set to .your-domain.com for site-wide cookies
| 'cookie_path'     = Typically will be a forward slash
| 'cookie_secure'   = Cookie will only be set if a secure HTTPS connection exists.
| 'cookie_httponly' = Cookie will only be accessible via HTTP(S) (no javascript)
|
| Note: These settings (with the exception of 'cookie_prefix' and
|       'cookie_httponly') will also affect sessions.
|
*/
$config['cookie_prefix']    = '';
$config['cookie_domain']    = '';
$config['cookie_path']        = '/';
$config['cookie_secure']    = FALSE;
$config['cookie_httponly']     = FALSE;

/*
|--------------------------------------------------------------------------
| Standardize newlines
|--------------------------------------------------------------------------
|
| Determines whether to standardize newline characters in input data,
| meaning to replace \r\n, \r, \n occurrences with the PHP_EOL value.
|
| WARNING: This feature is DEPRECATED and currently available only
|          for backwards compatibility purposes!
|
*/
$config['standardize_newlines'] = FALSE;

/*
|--------------------------------------------------------------------------
| Global XSS Filtering
|--------------------------------------------------------------------------
|
| Determines whether the XSS filter is always active when GET, POST or
| COOKIE data is encountered
|
| WARNING: This feature is DEPRECATED and currently available only
|          for backwards compatibility purposes!
|
*/
$config['global_xss_filtering'] = FALSE;

/*
|--------------------------------------------------------------------------
| Cross Site Request Forgery
|--------------------------------------------------------------------------
| Enables a CSRF cookie token to be set. When set to TRUE, token will be
| checked on a submitted form. If you are accepting user data, it is strongly
| recommended CSRF protection be enabled.
|
| 'csrf_token_name' = The token name
| 'csrf_cookie_name' = The cookie name
| 'csrf_expire' = The number in seconds the token should expire.
| 'csrf_regenerate' = Regenerate token on every submission
| 'csrf_exclude_uris' = Array of URIs which ignore CSRF checks
*/
$config['csrf_protection'] = FALSE;
$config['csrf_token_name'] = 'csrf_test_name';
$config['csrf_cookie_name'] = 'csrf_cookie_name';
$config['csrf_expire'] = 7200;
$config['csrf_regenerate'] = TRUE;
$config['csrf_exclude_uris'] = array();

/*
|--------------------------------------------------------------------------
| Output Compression
|--------------------------------------------------------------------------
|
| Enables Gzip output compression for faster page loads.  When enabled,
| the output class will test whether your server supports Gzip.
| Even if it does, however, not all browsers support compression
| so enable only if you are reasonably sure your visitors can handle it.
|
| Only used if zlib.output_compression is turned off in your php.ini.
| Please do not use it together with httpd-level output compression.
|
| VERY IMPORTANT:  If you are getting a blank page when compression is enabled it
| means you are prematurely outputting something to your browser. It could
| even be a line of whitespace at the end of one of your scripts.  For
| compression to work, nothing can be sent before the output buffer is called
| by the output class.  Do not 'echo' any values with compression enabled.
|
*/
$config['compress_output'] = FALSE;

/*
|--------------------------------------------------------------------------
| Master Time Reference
|--------------------------------------------------------------------------
|
| Options are 'local' or any PHP supported timezone. This preference tells
| the system whether to use your server's local time as the master 'now'
| reference, or convert it to the configured one timezone. See the 'date
| helper' page of the user guide for information regarding date handling.
|
*/
$config['time_reference'] = 'local';

/*
|--------------------------------------------------------------------------
| Rewrite PHP Short Tags
|--------------------------------------------------------------------------
|
| If your PHP installation does not have short tag support enabled CI
| can rewrite the tags on-the-fly, enabling you to utilize that syntax
| in your view files.  Options are TRUE or FALSE (boolean)
|
| Note: You need to have eval() enabled for this to work.
|
*/
$config['rewrite_short_tags'] = FALSE;

/*
|--------------------------------------------------------------------------
| Reverse Proxy IPs
|--------------------------------------------------------------------------
|
| If your server is behind a reverse proxy, you must whitelist the proxy
| IP addresses from which CodeIgniter should trust headers such as
| HTTP_X_FORWARDED_FOR and HTTP_CLIENT_IP in order to properly identify
| the visitor's IP address.
|
| You can use both an array or a comma-separated list of proxy addresses,
| as well as specifying whole subnets. Here are a few examples:
|
| Comma-separated:    '10.0.1.200,192.168.5.0/24'
| Array:        array('10.0.1.200', '192.168.5.0/24')
*/
$config['proxy_ips'] = '';

application/config/routes.php
Code:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

/*
| -------------------------------------------------------------------------
| URI ROUTING
| -------------------------------------------------------------------------
| This file lets you re-map URI requests to specific controller functions.
|
| Typically there is a one-to-one relationship between a URL string
| and its corresponding controller class/method. The segments in a
| URL normally follow this pattern:
|
|    example.com/class/method/id/
|
| In some instances, however, you may want to remap this relationship
| so that a different class/function is called than the one
| corresponding to the URL.
|
| Please see the user guide for complete details:
|
|    https://codeigniter.com/user_guide/general/routing.html
|
| -------------------------------------------------------------------------
| RESERVED ROUTES
| -------------------------------------------------------------------------
|
| There are three reserved routes:
|
|    $route['default_controller'] = 'welcome';
|
| This route indicates which controller class should be loaded if the
| URI contains no data. In the above example, the "welcome" class
| would be loaded.
|
|    $route['404_override'] = 'errors/page_missing';
|
| This route will tell the Router which controller/method to use if those
| provided in the URL cannot be matched to a valid route.
|
|    $route['translate_uri_dashes'] = FALSE;
|
| This is not exactly a route, but allows you to automatically route
| controller and method names that contain dashes. '-' isn't a valid
| class or method name character, so it requires translation.
| When you set this option to TRUE, it will replace ALL dashes in the
| controller and method URI segments.
|
| Examples:    my-controller/index    -> my_controller/index
|        my-controller/my-method    -> my_controller/my_method
*/

$route['default_controller'] = 'Home/index';

$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
Reply




Theme © iAndrew 2016 - Forum software by © MyBB