I have unpacked the oxwall-1.3.2.zip into C:/public/forum.prefko.com
I have specified in apaches httpd.conf:
<VirtualHost *:80>
ServerAdmin my@email.com
DocumentRoot "C:/public/forum.prefko.com"
ServerName forum.prefko.com
ServerAlias forum
</VirtualHost>
and when i try to go to http://forum.prefko.com/install I get an error:
The website encountered an error while retrieving http://forum.prefko.com/install. It may be down for maintenance or configured incorrectly.
Now the weird part is that when i remove the oxwall files from that directory and leave only a test.html file I can see it at http://forum.prefko.com/test.html
However, as soon as I bring back the Oxwall files I can not see that test.html file anymore either :(
What am I doing wrong? :(