apache mud_rewrite problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

apache mud_rewrite problem

Post by itsmani1 »

Following is the error when i try to access the page.

here is my .htaccess file code
---------------------------------------------------------------
RewriteEngine On
RewriteRule ^(.*).html content.php?ContentID=$1
-------------------------------------------------------------

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@eligorecruit.com and inform them 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

can any one help me in this regards.

Mannan.
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post by itsmani1 »

point to note is that few links on the website are working and few are not for exapmle
http://eligorecruit.com/jobs/jobs.php is working fine and when i try to access
http://eligorecruit.com/ or http://eligorecruit.com/index.php it gives me the error.

i dont know why its showing like this.

Mannan.
Post Reply