Link to home
Start Free TrialLog in
Avatar of Jonah11
Jonah11

asked on

Force Apache To Show Actual Errors Instead of 500

Hi,

I using wamp on Win7, and am attempting to get a php application working that was working fine on my other computer.  I am getting a 500 Internal Server Error.  I want to force apache to show me the actual error that is causing this so I can fix it.  Is there a way to do this?

Thanks,
Jonah
SOLUTION
Avatar of hernst42
hernst42
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jonah11
Jonah11

ASKER

Hmmm... ok, thanks hernst.  The apache error log is not really helpful.  I get the following:

[Mon May 02 23:44:38 2011] [alert] [client 127.0.0.1] C:/wamp/www/moocho/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration


Here is my .htaccess file:

http://pastebin.com/h12ESMEq

Any ideas?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jonah11

ASKER

Thanks!