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

htaccess error. | Forum

Mohammad Gufran
Mohammad Gufran Sep 6 '11
Content of my htaccess file delivered with ow zip package is:

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

RewriteRule (.*) index.php

And apache shows a 500 Server Misconfigured error.
Rewrite rules for other files works fine. what could be the problem ?
Honsa
Honsa Sep 6 '11
this problem was discussed often:

http://www.oxwall.org/forum/search/error%20500
Den Team
Den Sep 7 '11
Topic was moved from General Questions.