This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I've installed OctoberCMS using the installation wizard on my local machine (Ubuntu). I can see the home page in the browser, but other pages are not found and I get the 404 error while trying to browse them. Another problem is that css files for the home page are not loaded and I do not see the page correctly. Only javascript files have been loaded. What could be the problem?
regarding permission to Apache2 server, I have granted the following permission to the files where the cms has been installed:
sudo chown -R www-data:www-data /var/www/blog
All the following pages are also available in this path: "themes/demo/pages". No file is missing there:
404.htm
ajax.htm
error.htm
home.htm
plugins.htm
From what I can see in Firebug, the following css file does not load when I browse the home page:
link href="{{ [ 'assets/css/theme.css']|theme }}" rel="stylesheet" ]|theme }}" rel="stylesheet"
Update: I am having the same problem as described here: https://github.com/octobercms/october/issues/100. Just don't know how to fix it. Everything is loaded correctly when I use this URL in browser: http://blog/index.php
Last updated
Fixed the problem by doing two things.
1- Executing the following command:
sudo a2enmod rewrite
2- Adding the following xml element to "/etc/apache2/sites-available/blog.conf"
Reading the following thread helped me: http://octobercms.com/forum/post/installation-issue-no-backend-no-styling-in-the-frontend-after-installation
Last updated
1-2 of 2