Welcome Guest, Not a member yet? Register   Sign In
Starting with CI4
#1

I wanted to start a new application and try with CI4 But I even am not able to display a simple echo

I have this message

If you see this message, you have not configured your web server properly.
You need to set your "document root" to the 
Code:
public

 folder inside your project. This could be your default setting, or that of a virtual host, depending on how you set up your local development environment.


What shall I do. I am developping in local with url like localhost/cI4/index.php/test

I created a test.php controler with just echo test. 
Reply
#2

In Apache's https.conf you need to set the document root to something like /opt/lampp/htdocs/public if you are using lampp.

If you're using mamp/mamp pro then set the doc root to xxx/cI4/public if that's were your installation is.
Simpler is always better
Reply
#3

(This post was last modified: 10-22-2017, 09:47 AM by natanfelles. Edit Reason: links )

Learn the User Guide.
When you upload to a hosting company you will need to configure the **application/Config/Paths.php** file.

Also see the **public/index.php**.

To solve this issue, configure the "document root" of your virtual host to be the **public** folder path. Or run the PHP server like described on the User Guide.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB