0

please guide me on how to load the website in the CodeIgniter 3 framework in 000webhost, I fixed also the base_url and database

enter image description here enter image description here

.htaccess

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

The File location of htaccess is inside the folder of the web application public_html/web_application/.htaccess

polk
  • 36
  • 5

0 Answers0