Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
Welcome to the Q&A for
Question2Answer
.
If you have questions about the platform,
click here to ask
and please use English.
If you just want to try Q2A, please use the
demo
, which also grants admin access.
Apr 29:
Q2A 1.5.2
Related questions
Internal Server Error
Cant access faq/admin/plugins from admin menu, gives 500 server error
Unexpected response from server please try again - error in firefox - how to fix?
Server Error Contactez-nous
What causes this error: "Unexpected response from server - please try again"?
Internal Server Error- how to solve
Freeze on install domain.com/index.php?qa=install issue still open?
Can't make htaccess work in Godaddy's Linux Shared hosting
Unexpected response from server
Unexpected response from server - please try again.
All categories
Q2A Core
(3,252)
Plugins
(356)
Internal server error on localhost
+3
votes
I receive a 500 Internal server error when trying to accesso localhost/qa (which is the folder where I put all the application).
I'm working on php 5.2 an apache 2.2
I followed all the installation step correctly.
Nothing happens removing htaccess.
Can you please help me: I would love to try your script.
htaccess
server
error
asked
Nov 13, 2010
in
Q2A Core
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Best answer
have you tried serving a standard php page from your qa directory to make sure you have your web server configured correctly?
Just do a index.php with a standard echo.
make sure that you can serve pages from the directory first.
answered
Nov 13, 2010
by
frankbasti2
Show 2 previous comments
The htaccess is at least important to have nice urls for seo.
Instead of deleting the htaccess file You may try this at the beginning of Your htaccess file:
AddType x-mapp-php5 .php
There are commands communly used for this kind of problems, a google search for AddType x-mapp-php5 .php brings up many infos..
thanks hey, that resolved my problem as well.
Please
log in
or
register
to add a comment.