Forum archive
Adding PHP to Rails Turnkey
Hey everyone,
First off I just wanna thank the devs for making such a nice LiveCD as the rails turnkey package. It was very straightforward and has been a pleasure.
I am looking to do a little comparative development so I wanted to add Joomla to my harddrive install of the Rails LiveCD. I downloaded the joomla package and placed its contents into /var/www/joomla and went to webmin to create a new virtual server within the Apache setup. However, even though I created a virtual server that acts on the address /joomla, and looks at the directory /var/www/joomla, I get a 404 whenever I go to 192.168.0.15/joomla (that IP is the server).
Even if I put the joomla contents into /var/www/railsapp/public/joomla, I still cannot access the files from 192.168.0.15/joomla.
What is REALLY strange is that if I go to 192.168.0.15/joomla/index.php, I can download the php file fine. However, it wont run in my browser if I just point to the directory.
I installed PHP5 using webmin, thinking that perhaps there wasn't an interpreter on the machine, but still to no avail. I even changed permissions in the directory to 777 (dangerous, I know).
Any thoughts as to why this might be and how to get it so i can run/install Joomla?
I am running xampp on my local machine. bah.
Thanks again for the help, hopefully this post will be a good reference for someone else out there =P