I've installed MAMP and I get the welcome page when I go to my localhost + :8888/MAMP/
But then I downloaded CI and put it in 'htdocs' inside MAMP and I can not get the CI welcome page.
I'm not very experienced with setting up servers, what should I do??
A quick Google search returned this video tutorial on setting up MAMP, CodeIgniter and your first controller and view:
Installing MAMP and CodeIgniter, and setting up your first controller and view
That should help you get started
Related
I have installed Codeigniter 4 (the latest version) using composer. Everything is ok, but I am not able to access the controllers.
When I hit http://localhost/myProject, it displays the Welcome page. But when I try to hit
http://localhost/myProject/public/index.php/myProject it displays a 404 error. I don't know the reason. Please help me I am using the XAMPP server on Windows 10 Machine with PHP version 8.1.
Consequently, I am not able to access any of my controllers.
Thank you!
In my local machine (Windows) my app made in Yii Framework works right, but on the server(Debian Linux) not works.
It always get the page Not Found (#404) Page not found.
The code is in https://github.com/LucasOlmedo/TCCFatecZL/tree/master/PROJETO_TCC_OFC
Can help me?
Helo there..
I cant resolve this, i try another tutorial in my codeigniter.
in XAMPP Windows HMVC CodeIgniter works fine, if I Upload to my vps UBUNTU LAMP, trying .htaccess and apache mod rewrite and still get HMVC error and get URL NOT FOUND , why ?
if there are errors in my codeigniter ?
or have a another settings ..?
1 question, why LAMP read HMVC plain as html?
thanks b4..
It's hard to say for sure with the limited info you've provided, but I would say that the first thing to check if you've uploaded the Codeigniter folder to your server would be the permissions of the folder and files inside of it.
This link should tell you everything you need to know about about getting it set up:
http://idroot.net/tutorials/how-to-install-codeigniter-on-ubuntu-14-04/
after I have installed a new LAMP Server I wanted to install cakephp3 on my server. So far everything works fine. I have generated the scaffold code explained in the beginner tutorial. After the code has been successfully generated I have noticed that the standard routing is not working, so I cannot call actions from controller, for example by typing http://adress/cakephp/Users/add. Instead of a error message occurs
"The requested URL /cakephp/Bookmarks was not found on this server."
This is irritating me, because I have also a MAMP Server on my MAC with a installed cakephp application and I didnt have errors like this. Thank you.
I have installed xampp server on my system working localhost. after that Install zend skeleton application on my system.its Working show demo page.after I want create when I open localhost its showing Zend framework page not show localhost phpmyadmin page? help me.......
1) in order to make phpmyadmin work with ZendServer you have to install it as an application (see here)
If you want further info please detail a little bit better which page you are trying to access (localhost, localhost/phpmyadmin, localhost:10081/ZendServer) and which result you get.
cheers,
romeo