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
Problem in URL Rewriting
Moderator: General Moderators
Re: Problem in URL Rewriting
Idea: look in the server error log for more information about this error.