Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
If you’d like the latest version of CodeIgniter instead of the 2.1.2 version on here, just run wget on this url:
I followed steps till:
“…If you point your browser to http://www.example.com/index.php/welcome/test/3”
As soon as I hit the same on my browser, it doesnt show me 3 or ( param) but
" Example Domain This domain is established to be used for illustrative examples in documents. You may use this domain in examples without prior coordination or asking for permission. " Do you have any idea as what can be the cause for this trouble?
Thanks V
@ece.vivek: You should replace “www.example.com” with your own domain name or IP address.
I changed it to the “<IP>/codeigniter/”; ( codeigniter is in /var/www/codeigniter) and now I receive :
404 Not Found The requested URL /index.php/welcome/test/3 was not found on this server.
Rest everything remains the same. Does this view depend on database.php as well?