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

Internal Server Error [Solved] | Forum

antoine
antoine May 24 '12
Hi,

I have a problem with my site: www.kamikaze-gaming.fr

When I upload to my FTP all files Oxwall, I have this message:

Title: 500 Internal Server Error

Message:
"The server Encountered internal error or misconfiguration year and WAS Unable to Complete your request.

Please contact the server administrator, and inform em null@easy-hebergement.fr of the time the error occurred, and anything you might Have done that may Have Caused the error.

More information about this error may Be available in the server error log. "

My host: easy-hebergement.com

Thank you for your help.

The Forum post is edited by ross Nov 19 '13
Mark
Mark May 24 '12
have you check the hosting requirements?


internal server errors are usually due to incorrect or unsupported settings in .htaccess files, usually means that your host does not support mod_rewrite

antoine
antoine May 25 '12
The host support mod_rewrite !!!

But the technical support you would give me the prerequisites of CMS oxwall.

And they think the problem is. Htaccess file which is not good.

I can give my ID and password for my account of my hoster to an administrator to see which way the problem.

Thank you for your help.

Mark
Mark May 25 '12
The chances are they do not allow the following mod_rewrite setting in the root .htaccess 


Options +FollowSymLinks


some members have reported that changing the above line to the following fixes things


Options +SymLinksIfOwnerMatch

antoine
antoine May 25 '12
I have change the line in the root .htaccess and there is alway the error =/
Mark
Mark May 25 '12
what happens if you comment out that line with a ##


so it will look like


## Options +FollowSymLinks

or

## Options +SymLinksIfOwnerMatch

antoine
antoine May 26 '12
Same error
Pod
Pod May 26 '12
Change way upload be zip file and unzip after upload completed.
deleted old oxwall .
antoine
antoine May 26 '12
I have already do that 3 times since one week !!

The problem come from .htaccess I think !
Mark
Mark May 26 '12
if you remove or rename the .htaccess file what happens then?
antoine
antoine May 27 '12
I can give you by MP :
- FTPs idents
- Mysql idents

For see where come the problem !
Mark
Mark May 27 '12
the problem is with the .htaccess file, and it means that it is a server config problem, your host should look to see what info is being wriiten to the error log.


also just to be certain can you post the contents of your .htaccess here?

Michael I.
Michael I. May 28 '12
OP, try checking into your error_log file as initial error will most probably be recorded there and would slightly help you with identifying the reason of your problem.
antoine
antoine May 28 '12
.htaccess :

Options +FollowSymLinks
RewriteEngine On

AddEncoding gzip .gz
AddEncoding 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} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
Michael I.
Michael I. May 28 '12
What about error_log? What happens when you use default .htaccess file?
antoine
antoine May 29 '12
Where iserror_log ? Don't find it.

When I use default .htaccess there is :
Title: 500 Internal Server Error

Message:
"The server Encountered internal error or misconfiguration year and WAS Unable to Complete your request.

Please contact the server administrator, and inform em null@easy-hebergement.fr of the time the error occurred, and anything you might Have done that may Have Caused the error.

More information about this error may Be available in the server error log. "


Aka_le_Mulder do you want test to install Oxwall on my website for see where come the error ?
I have all test but ... all time this error !
Mark
Mark May 29 '12
can you ask your webhost to locate the error_log for you as this would tell us what is causing the error
Salamoz
Salamoz Dec 23 '12
i have the same problem i can not install the oxwall coz of the same error :(
Alia Team
Alia Dec 23 '12
Salamoz, have you already checked with your hosting company whether your server meets our requirements and whether mod_rewrite is enabled?

What is the URL where you are trying to install Oxwall?
Pages: 1 2 3 »