Problem in URL Rewriting

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
khemrajb
Forum Newbie
Posts: 1
Joined: Sun May 03, 2009 3:14 am

Problem in URL Rewriting

Post by khemrajb »

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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Problem in URL Rewriting

Post by requinix »

Idea: look in the server error log for more information about this error.
Post Reply