-1
I developed a website in Cakephp and had to change it to a domain and server. I passed the files to the server and configured the database files in the folder app/config/database.php
. All right, though, he’s not pulling the css on webroot
.. has some file indicating domain something like this?
URL:
http://192.185.214.90/~imov2014
You have configured the password and localhost?
$MySQLhostname = "localhost"; $MySQLusername = "root"; $MySQLpassword = "vertrigo"; $MySQLdb = "db";
– user3443853
@user3443853 yes yes, I configured everything, should be the mod_rewrite
– Furlan
What are you calling CSS? The information posted is not enough to diagnose the problem.
– bfavaretto
Does your hosting allow you access [tag:SSH]? If so, this article should help you http://jaydson.org/habilitar-mod_rewrite-no-apache/
– Erlon Charles