Forum Moderators: phranque
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