I have a domain, which is currently running on a server. Let’s call it Server A. And I have installed cyberpanel on another server (Server B), and added a subdomain of the one on Server A this another server.
DNS record should be correct. I have tried pinging this new subdomain and it correctly points to Server B. The main domain is kept with Server A as Server B is only for testing purpose.
However, when I tried to access this subdomain through web browser, it returned ERR_TOO_MANY_REDIRECTS.
I followed 3 - Creating and Managing Child Domains to create the subdomain after I created a dummy site for the main domain on the Server B. So I am not sure what the problem is.
can you give here your domain name ?
there is many reason we cannot open the website with ERR_TOO_MANY_REDIRECT
htacces/ssl - DNS Problem - application - etc.
I have same issue. Please I need HELP.
the subdomain in questions is waziper.quickb2c.online.
PLEASE HELP, I am totally new to this. I inspected the browser and saw error 302
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 31536000 seconds"
ExpiresByType image/jpeg "access plus 31536000 seconds"
ExpiresByType image/png "access plus 31536000 seconds"
ExpiresByType image/gif "access plus 31536000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 31536000 seconds"
ExpiresByType text/css "access plus 31536000 seconds"
ExpiresByType text/javascript "access plus 31536000 seconds"
ExpiresByType application/javascript "access plus 31536000 seconds"
ExpiresByType application/x-javascript "access plus 31536000 seconds"
# END Expire headers
BEGIN Cache-Control Headers
Header set Cache-Control "public"
Header set Cache-Control "public"
Header set Cache-Control "private"
Header set Cache-Control "private, must-revalidate"
<filesMatch “.(woff|woff2|ttf|otf|eot)$”>
Header set Cache-Control “max-age=31536000 private, must-revalidate”
Thank you for your support, I did as you suggested about creating a dummy test.html in the root folder (public_html) and then call the subdomain(waziper.quickb2c.online) but it still came back with the error as shown in the screenshot.
Thank you so much @MyIDKaTePe . I don’t know how but somehow the subdomain in now working. But I observed that there’s now a index.html file inside the subdomain directory itself now. Previously, it wasn’t there but now it show.
Being a part of this community is awesome, I am grateful.
Thank you so much. You are very helpful.
Now I have another request, I am trying to install NodeJs in this sub-directory, waziper.quickb2c.online via the terminal, I don’t know how to pull this through. Can u help