Dear Forum,
I am trying to install Oxwall on a free hosting service ( all requirements are satisfied: php5, mySQL, CronJob, CPanel, etc. ) but at the very first step of the installation process I receive the Error 500.
The error comes out as soon as I try to visit mydomain.xx/install.
- Yes, I have created the SQL Database
- Yes, I have created a root user with all privileges
- Yes, the user is associated with the database
- Yes, php works ( tested with phpinfo AND Cpanel info )
I have also found in this forum a hint by another user who modified the htaccess file but the same modification on mine didn't produce any result. ( well error 500 was gone but apparently server wasn't capable anymore of pharsing php ).
Has someone an idea about how to solve the problem?
Thank you in advance for your precious time.
EDIT: Some More Details
This is my actual .htaccess content:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} .*/http-bind
RewriteRule (.*) /http-bind [L]
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} !/ow_updates/index.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
and Oxwall is installed alone ( no subdomains, no subfolders ). Permissions are correct.