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 successfully installed October on a Linux server with apache and Mysql. When I work through the introductory demo by Ajax and Plugin pages are not available. Yet I can see the files in the themes folder. I set my permissionsn to 777. Also js is enabled. What is going on ? Please don't tell me October has failed already. It took me hours to get it installed.
Thanks !
Found solution through trial and error: On Linux you need to go to the /etc/apache2.conf file and apply
AllowOverride All
example:
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted
I hope this helps someone.
1-2 of 2