3
I need to "clone" a Fuelphp application, which runs on Lamp (linux) on the company server.
All went well and smooth in the first attempt, which was made in the customer’s local machine. Already this wheel in Xampp with Win 10.
But now that I’m trying to run on my machine (Ubuntu 16), the problems have started.
The whole installation is quiet, and Fuel PHP opens normally, but when I open a view (and a controller), it says that that file does not exist.
This is the error message when accessed by browser:
URL = xxx.xxxx.xxxx/jikken/index/
Not Found
The requested URL /Jiji/index/ was not found on this server.
Apache/2.4.18 (Ubuntu) Server at xxxx.xxxx.xxxxPort 80
I don’t know if it’s an error in apache Virtualhost configuration or in the file .htaccess
.
Someone knows how to fix this?
Mod_rewrite has already been activated?
sudo a2emod rewrite
– Wallace Maxters
WORKED Facim Facim!!! thank you !! I will already study what is this of "rewrite" ! (please put as an answer, so I accept as being valid ! )
– Camila Yamamoto
Postei, good that it worked :p
– Wallace Maxters