We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

error 500 | Forum

Letris
Letris Nov 18 '11
I have error 500  when I try to install oxwall v. 1.2.5 in my domain.com .   Any fix? Thanks

This is my .htacess file and php.info
-------------
Options +FollowSymLinksRewriteEngine On
AddEncoding gzip .gzAddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$"> 
ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$"> 
ForceType text/css
</FilesMatch>

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|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php


The Forum post is edited by Letris Nov 18 '11
Attachments:
  php.info.docx (984.48Kb)
Michael I.
Michael I. Nov 20 '11
Is there any security module installed on the server? Contact your hosting company and ask them to provide you with the reason why this 500 error occurred. Usually that information can be found in access logs.
Keelan Leader
Keelan Nov 21 '11
Also update to 1.2.6 :)