Good morning,
I have worked on
mi desktop (Ubuntu) a project with apostrophe and this proyect have
been working very well, however I uploaded this project to the server
and this project is not working. I do not know what is happening. The
files .css and .js are not working. The following is is the link to
my site:
http://www.riusoftware.com/paginabeagleit/
- when I am using this link the files .css and .js are not working
Tom said me, that probably did not have the .htaccess file, or your server is not configured to recognize it. However I verified the file and I consulted with my hosting and all is OK...
I hope that you can help me..
--
You received this message because you are subscribed to the Google Groups "apostrophenow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apostropheno...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Giorgio, I had cleared cache and the permissions in web/uploads is OK..
Tom, you have reason, I tossed the site in a subdirectory (shared server) and this is the procedure:
Modify the project web root
Note: Here I am using the top level public directory (or director root), I include the correct info if this is not beagleit project
In the Front Controller
vi index.php
Change require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
For require_once(dirname(__FILE__).'/../../sfproject/beagleit/config/ProjectConfiguration.class.php');
Use setWebDir() method to change the public area from web to public_html/paginabeagleit
vi ../sfproject/beagleit/config/ProjectConfiguration.class.php
Inside the class ProjectConfiguration and its function setup(), add the following:
$this->setWebDir($this->getRootDir() . '/../../../public_html/paginabeagleit/');
Link sf directory
ln -s /home/nameserver/sfproject/beagleit/lib/vendor/symfony/data/web/sf/ /home/nameserver/public_html/paginabeagleit/sf
Maybe I have to do an additional procedure to make the project
work correctly...
Note: I checked the page code with firebug
and note that Apostrophe is not creating the files "data-asset
group".