500 internal server error

Hi,

I need a quick help from GURUs of PERL.

I moved a website to a new location and got an error "Internal Server Error" instead of specific error. As i don't know PERL so i don't know how to fix it.

Can anybody help me to fix this error or to generate a specific error which i can understand as "Internal Server Errror" is not understandable for me.

Need some quick help from you guys

Thanks,
Shahzad

This link may help u.

Hi Rohon,

Thank you for your quick reply, i am new and i have no idea what to do. I read the article but it didn't help me a lot.

Can you please guide?

Thanks

You have not given much information to help us help you.

Let's start with something simple.
Copy this text to a file named simple.html or similar and copy it to the root directory of your site:

<html>
  <head>
    <title>Test</title>
  </head>
  <body>
    <h1>This is a simple test</h1>
  </body>
</html>

Then, assuming your domain is example.com, enter example.com/simple.html in your browser.

If you get an error, the problem has nothing to do with perl.
If you see big bold letters This is a simple test, then you know the site is at least minimally functional.