python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
When redirecting subdomains to folders, how can I avoid folder-subdomain duplication for URLs with trailing slash
I have a strange problem with internal mod_rewrte redirects on Apache 2.4.
In my .htaccess file I redirect a subdomain sub to a folder /sub with the following directives:
RewriteCond %{HTTP_HOST} ^sub...
halloleo
Votes: 0
Answers: 1
Symfony infinite loop leading to ERR_TOO_MANY_REDIRECTS error
I would like to implement a Remember me feature. Since I didn't get any custom authenticator, I added one.
After adding it, I faced some issues about redirections. On the navigator, the page is loopin...

Alexandre B.
Votes: 0
Answers: 1
When I enable the HTTP port 80 in AWS Beanstalk Load Balancer settings it rollback to previous configuration
I'm using the PHP8 application using NGINX server.
This is current load balancer setting see the below picture:
When I'm trying to enable port 80 in configurations I getting the following error messa...
Khush Kaushik
Votes: 0
Answers: 0
How to redirect one domain page to different domain page in IIS
I need to redirect testdomain2.com/contact-us to testdomain1.com/contact-sales
How should I add redirection in IIS.
Website built in WordPress.
User27
Votes: 0
Answers: 1