and yes, Oxwall can be installed on local server, like wamp or xampp
I had look on my httpd error log and my httpd access log on Centos 7.0, i have an issue with something like this :
[lbmethod_heartbeat:notice] [pid 22983] AH02282: No slotmem from mod_heartmonitor
I look at the php code, and i moved all the oxwall files into a directory inside the site's directory. At the beginning, I created a httpd virtual host and it point to /var/www/oxwall.andrehalle.org/
My root dir was /var/www/oxwall.andrehalle.org/. So considering that it would be something wrong, i create a subdirectory named public_html and i moved all the oxwall files in it. I made the correction in my oxwall.andrehalle.org.conf file in my httpd sites-enabled
Still the same problem. The same error telling me the INSTALL doesn't exist.
So, i made a fresh installation on Ubuntu 14.04. Even if i did everything to make it work, still i can't reach my oxwall site.
If it would be a server problem, every server that i have would not work. So i wandering what's the problem and where i can find an issue ?
Thanks to you (sorry about my english i don't speak english)
André
Keep us updated
Somehow, the directives related to the mod_rewrite related to .htaccess are in my virtual host file. Let say for this example that my site is oxwall.mydomnm.com. This domain is host by godaddy (still for example).
On Centos 7 i have a directory oxwall.mydomnm.com in the /var/www folder. In this directory (oxwall.mydomnm.com) i have another folder named htdocs. Every oxwall files are in the htdocs folder. This folder is own my apache server (on centos the chown is made with apache:apache and not www-data like it is in Ubuntu for example)
I know that you know all these things but i do prefer to write them out so that it could help to resolved my issue, and may be other issues like mine.
The content of my oxwall.mydomnm.com.conf file in my sites-enabled folder is actually this :
</VirtualHost>
In fact that is the same logic of every servers that i have, except the lines made for the use of the .htaccess file. My other websites doesn't need mod_rewrite.
My .htaccess file is in my /var/www/oxwall.mydomnm.com/htdocs directory (this is the root of my oxwall website) and it is the file made by oxwall.
But may there's some directory who don't have the good chmod permissions.
Anyway based on what i wrote before, may be there is something missing or wrong. Thanks ross for you help till now, i appreciate it !
I'll keep you updated.
As to the error, there's something wrong with the mod_rewrite module configuration.
Also do you have default .htaccess file in the root of the software? Does it have it's default content?
Anyway, thanks for your support, i do appreciate it. I will search for a solution.
Thanks you Ross,
Regards,
André