On 7/12/07, Naveen Sharma <[EMAIL PROTECTED]> wrote:
This URL is not hitting the action to which the forward is done.
Its the initaial URL which gets hit from the Appserver.
The issue here is that the action is not being called with the Rewrite
Module.
Aas a result of which I am getting 404 error message.
The rewrite is not happening at the Apache end.
Navin

If I were you, I would create a simple html file test.html and
(temporarily) change the RewriteRule to

 RewriteRule ^(.*)-hotels$ test.html

This way you can see whether the problem is in the action script/page,
or in mod_rewrite. If the problem is in mod_rewrite (i.e. if you don't
see test.html), it's best to turn the RewriteLog on. This might give
you an idea about what's going wrong.

Martijn.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to