Forum Moderators: phranque

Message Too Old, No Replies

Rewrite Engine not working

Rewrite Engine not working

         

nathan79

5:35 pm on Nov 22, 2005 (gmt 0)

10+ Year Member



Hi all,
I am trying to use the redirect module in apache to redirect from a internet domain to a intranet domain in order to avoid the authentication pop-up that windows gives:

This is what i am doing:
I am redirecting all calls to http://example.com to [example...]

But whenever i try to access http://example.com/Ticket/Display.html?id=4935 it displays the pop-up again and once i enter my valid credentials it takes me to [example...] I basically want to avoid the pop-up window.

My http.conf looks like this:
RewriteEngine on
RewriteRule ^/$ [example...] [L]

I really dont know where to start, since i am a novice in rewrite engines.

Thanks
nathan