So, it means first redirection after login can't be achieved with .htaccess? Why i am asking because i have never used this concept before and thus don't have much experience with apache configurations. In my tool, CGISESSID cookie is being used. I tried adding "domain" in this but it din't work and i am also not sure how will it work. Can you please help me with other suggestions which i can implement?
my $cookie = CGI::Cookie->new( -name => 'CGISESSID', -value => $self->session->id(), #-domain => 'http://9.111.111.111/tools/id/gel444/controller? +action=homeacceptableuse', -secure => 1, -HttpOnly => 1 );
In reply to Re^4: [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
by dipit
in thread [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
by dipit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |