Problem in URL Rewriting
Posted: Sun May 03, 2009 3:23 am
I have .htaccess file in root directory inside the file i have write URL Rules like below.
Options +FollowSymLinks
RewriteEngine on
RewriteRule home/AFF/(.*)/TASK/(.*)/MODE/(.*)/CID/(.*)/ home.php?AFF=$1&TASK=$2&MODE=$3&CID=$4
but after placing above code im getting message like below.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost 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.
Can some one help me pls.
Thanks
Khem
Options +FollowSymLinks
RewriteEngine on
RewriteRule home/AFF/(.*)/TASK/(.*)/MODE/(.*)/CID/(.*)/ home.php?AFF=$1&TASK=$2&MODE=$3&CID=$4
but after placing above code im getting message like below.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost 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.
Can some one help me pls.
Thanks
Khem