All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
385 views

Redirection to a different server with the same domain

If a DNS server redirects mysrv.domain.io to the IP 192.168.0.100, but there is a second server in the network, let's say 192.168.0.101, that also "reacts" to the Host-Header mysrv.domain.io,...
Dash11235's user avatar
0 votes
0 answers
25 views

IP of ubuntu server is accessible even after it listens on domain [duplicate]

So my problem is that my site is accessible also with IP like https://xx.xx.xx.xxx something that I don't want. I only need domain name accessing servers IP. I tried virtual hosts on apache2 to ...
newbie's user avatar
  • 1
1 vote
0 answers
36 views

Going to example.com redirects to example.com/www

So firstly I'm not entirely sure if this is the right place to ask but I couldn't find another stack site relevant to servers so. Recently I bought a domain with OVH, and have setup the site with an ...
tygzy's user avatar
  • 111
0 votes
2 answers
47 views

route your blog from xyz.com/blog/ to abc.com/blog/

My WordPress website domain name was abc.com (let's say) now due to a new partnership agreement the domain name is changing to WordPress xyz.com (let's say). I tried this answer https://stackoverflow....
paul's user avatar
  • 103
2 votes
1 answer
3k views

403 in nginx when accessing a directory

I made a very simple server to test how a URL with folder behaves in nginx. Nginx is running in docker (nginx:latest image). Nginx runs user nginx (default set in /etc/nginx/nginx.conf). server { ...
PhilHarmonie's user avatar
0 votes
1 answer
156 views

SSL error only when using Chrome and DirectAdmin domain pointer

I have a site that has a main domain with a valid SSL certificate and a secondary domain, which only needs to redirect visitors to the main domain. So, for the primary domain everything is set up: ...
Ben Fransen's user avatar
1 vote
0 answers
822 views

wireless redirecting to router login with domain name from inside local network

I have a Smart/RG modem/router for WAN access, and a second Netgear router behind it for the wired LAN. I host a website on a computer connected (wired) to the Netgear network. All the computers ...
raphael75's user avatar
  • 133
0 votes
0 answers
59 views

redirecting domain to subfolder with .htaccess

I'm new to using and changing the workings of a server and all that. So far I've only had one server with one domain for myself, but now a business is getting some traction and I want to use a ...
Malte's user avatar
  • 1
0 votes
0 answers
166 views

How do I find the cause of an unwanted redirect by Nginx?

I'm using nginx as my server. I have two domain names abc.com and xyz.com. Somehow I have configured abc.com to go to xyz.com but I cannot find where. I have a file under sites-enabled for each domain ...
Jorjani's user avatar
  • 143
0 votes
1 answer
2k views

How to redirect domain.com to www.domain.com with Nginx?

I want to redirect domain.com to www.domain.com on my Nginx server. But me configuration does not work and displays the error message in the internet browser : The page is not redirected correctly ...
ML19's user avatar
  • 91
1 vote
1 answer
219 views

Redirect cnamed domain?

My client is owning a domain that has this DNS configuration : domain.com @ xxx.xxx.xxx.xxx www CNAME domain.com static CNAME domain.com I am managing the server at xxx.xxx.xxx.xxx. This server has ...
EldenChris's user avatar
0 votes
1 answer
69 views

How to point one domain to other domain

We have one site www.abc.com which is hosted on server A and a redirect has been set up on this server which redirect this site to www.xyz.com/reports. www.xyz.com is our sitecore site and having one ...
Sukhjeevan's user avatar
0 votes
3 answers
2k views

Apache Virtual Host redirect from https subdomain to subdirectory

How do I redirect requests coming to https://blog.example.com to https://example.com/blog? Reading the apache docs on when not to use the rewrite mod, I tried a simple redirect e.g. Redirect https://...
Byakugan's user avatar
  • 141
0 votes
1 answer
595 views

Nginx multidomain www to non-www redirect goes to wrong domain

I have setup a multilangual Wordpress multiste site on an nginx server (the current english page is not translated yet but it is coming): English version: appscaptain.com Danish version: appscaptain....
Anders N's user avatar
1 vote
1 answer
3k views

How do I redirect subdomains to the root domain in Nginx on CentOS?

I'm using Centos with Nginx and Puma. I would like to redirect all subdomains to my main root domain, so I was following the instructions here -- https://stackoverflow.com/questions/26801479/nginx-...
Dave's user avatar
  • 204
0 votes
1 answer
62 views

Redirect from unsecured TLD to alternate secured TLD

I am wondering what the impact is on a website visitor when the website has had a TLD change. Take for example, https://subdomain.example.com. Let's say this domain changes to https://subdomain....
Paul Fleming's user avatar
2 votes
2 answers
1k views

Redirect old domain to new domain with same URL structure

I am trying to redirect URLs at my old WordPress domain to the same URL structure but at my new domain. So for example: oldsite.com/post-name-1 would redirect to newsite.com/post-name-1 oldsite.com/...
BuiltBySam's user avatar
0 votes
1 answer
306 views

does forwarding a domain on godaddy also forward all links

I want to change to a new domain. I currently have example.com I want to forward to newexample.com If I forward on godaddy. Will it also forward links for example Will example.com/events Forward ...
petey's user avatar
  • 572
2 votes
1 answer
134 views

Best way to redirect a bad-rated domain to a new one?

I recently bought a domain that has an Alexa rank of ~50000. However the domain has a poor history as the previous owner didn't responded to abuse emails nor any DMCA notices. Long story short, the ...
J.Ash's user avatar
  • 21
1 vote
3 answers
13k views

NGINX redirect for multiple domains

I'm very new to NGINX and the whole configuration, so I managed to setup a server with the following config with the help from a friend: server { listen 80; listen [::]:80; ...
CentrixDE's user avatar
  • 113
1 vote
1 answer
336 views

Webpage Redirect on Apache2.4

I am using Apache 2.4 with ssl, I found lot of solution to redirect domains on Apache, also got solution to redirect to other Sub directory. But here I have some other requirement where I want to ...
Sandeep's user avatar
  • 11
0 votes
1 answer
134 views

Redirect two domains to same IP with different URL params

Lets say I want to have two domains pointing to two different implementations of the same web app: www.example.com ==> 1.1.1.1?system=one www.example2.com ==> 1.1.1.1?system=two Is this possible?...
Steve's user avatar
  • 203
3 votes
1 answer
36 views

How do i redirect on my Server 2012 R2 incoming domain requests?

I have two virtual machines on my server which use port 80. How do i redirect sub1.home.home to machine 1 and sub2.home.home to machine 2 I think my router is not capatable for that, so port 80 ...
microbender's user avatar
6 votes
2 answers
14k views

Nginx still redirects even though I removed the rule from the conf

I was using this block for redirecting the website's IP to the actual URL: # IP to domain redirect server { # tell on which port this server listens listen [::]:80; listen 80; ...
Vila's user avatar
  • 169
1 vote
2 answers
1k views

Google app engine with custom domain shows redirected URLs

I'm using Google App Engine with custom domain. (Flexible type with nodejs) When I completed settings it with https://cloud.google.com/appengine/docs/python/console/using-custom-domains-and-ssl?hl=en ...
Yongsun Choi's user avatar
-2 votes
1 answer
3k views

Redirect domain with a query string to another domain? [closed]

I need to redirect a domain that does not have any content to another domain that is working. I have GoDaddy hosting. Domain 1: www.example-one.net: No content, just the domain. Domain 2: www.example-...
Momin Iqbal's user avatar
0 votes
0 answers
517 views

domain redirect to STRATO.NL managed server (block?)

I have a managed server from strato.nl I have a domain on OVH and I want for my OVH domain to redirect to the managed server. I have configured the DNS so that xxx.ovh domains points to the IP of the ...
Jorge Mendes's user avatar
0 votes
1 answer
50 views

Redirect subdomain to hosting folder

I have my main domain address pointing to Squarespace. I want to redirect a subdomain of that domain to my hosting folder. Right now the address of my folder in the hosting is like this: myserverIP/~...
codek's user avatar
  • 103
-3 votes
1 answer
42 views

Domain and mail redirect [closed]

I have domain at providerA and hosting with domain at providerB. I configured DNS that domainA would redirect to hostingB. With .htaccess setup so now entering either domainA or domainB it shows ...
MadCom's user avatar
  • 3
0 votes
1 answer
2k views

SRV record does not work, doesn't redirect to another port [duplicate]

These are my SRV host details: HOST: _http._tcp.ngxdev.com ANSWER: 0 29080 ngxdev.com As you can see, if I enter a full link: http:// ngxdev.com:29080(Not allowed to post more than 1 link), it works,...
user avatar
0 votes
1 answer
135 views

Wordpress on OpenShift will not load (310 error) without "www." on example.com in General Settings

I installed a Wordpress site on an OpenShift Online [PAAS] account. If I configure Wordpress Address & Site Address (in General Settings) both to http:// example.com (without the space; I added ...
cellepo's user avatar
  • 125
0 votes
1 answer
47 views

Moving domain name to new host but same domain needed in old host [closed]

we have a website with domain name as www.abc.com the domain has one global site and 30 country sites urls will look as www.abc.com/global/index.aspx and www.abc.com/uk/index.aspx but now we are ...
arun408's user avatar
0 votes
1 answer
2k views

How to create Multiple Parked Domains in Nginx Server Block

I have bought multiple domain names for my website. Right now, I redirect these parked domains (the domains pointing to my nginx ipaddress) like this: server { server_name example.com www....
Neel's user avatar
  • 1,451
0 votes
1 answer
180 views

What is the best way to redirect a user to another server and domain and keeping the URL intact?

I suddenly have a client who doesn't understand much in programming. So the best solution in this case would be - to run the app on my server while keeping his domain under his control. He has there ...
valk's user avatar
  • 507
-3 votes
1 answer
392 views

DNS redirection does not remember path/ parameters apache [closed]

I just registered a domain name with fasthosts to redirect a URL to my server IP, and currently whenever I make a request, the domain abandons the full path/ parameters of the request and just ...
Gmeister4's user avatar
0 votes
1 answer
1k views

Redirect to a CDN

I will like to distribute a javascript file with several of my clients, they have several thousands of unique visits a day on their pages, so my file will be called a lot of times, i don't want that ...
DomingoSL's user avatar
  • 365
-2 votes
1 answer
839 views

How to run a website domain without redirecting if IP is already used for another website? [duplicate]

I bought a VPS Host that gave me only 1 IP Address which I used on my first domain name and it works without any problems. Now my second domain name I can't use the same ip address as it points to ...
SSpoke's user avatar
  • 161
5 votes
1 answer
2k views

Amazon S3 - Options for routing naked URL

Problem I am using a custom domain to host a static index.html on amazon S3. That all works fine on my domain: site.com. However, when I visit www.site.com I get an error. From what I understand I ...
Jimmy's user avatar
  • 269
-2 votes
1 answer
3k views

How can I redirect a domain using nameservers [closed]

I recently bought a domain. The domain registrar doesn't provide a DNS file to edit. It only allows to edit nameservers. How can I redirect the domain to another url by only editing the nameservers?
Aerosum's user avatar
  • 101
1 vote
1 answer
519 views

Nginx Auto Domain Redirection

I'm trying to setup Nginx config to auto redirect any domain/subdomain pointed(CNAME) to my static subdomain(site.domain.com) to a respective directory inside /var/www. The directory will be named ...
Matt Norad's user avatar
1 vote
3 answers
2k views

NGinx Domain name redirects

Lets say I have a website named xyz.co, I also have other domain names with the same prefix like xyz.com, xyz.it, xyz.co.it Right now nginx works fine with server_name xyz.co in nginx.conf in port 80 ...
Srikar Appalaraju's user avatar
0 votes
1 answer
152 views

How to redirect the subdomain of a domain - Blogger [closed]

I have a blogger blog put up, and Google told me to add some A records in order to enable a www-free redirection to the full www domain. So by adding those, visiting bitfalls.com (which is my blog) ...
Swader's user avatar
  • 499
1 vote
3 answers
2k views

There is a porn domain pointing to my site

Let's say example.com is my real site, and fooexample.com is the porn site. fooexample.com are pointing to my ip. Now you could think, just don't mind it right. Well the thing is that they are driving ...
Nicolas Martel's user avatar
1 vote
1 answer
102 views

Apache Redirecting Domain

My second/new (site.com) domain is being redirected to the default/old domain (site.ca). However, when the url is entered with the SSL for the new domain it works just fine. When I use regular with ...
68x's user avatar
  • 13
0 votes
1 answer
631 views

Redirecting access from a domain name to IP:port

Right now I have a server running on IP:Port. If I wanted to use DNS but redirect to the port, how would I do so? I've heard that it's possible, but how would I do so, even if it includes creating ...
hexacyanide's user avatar
2 votes
1 answer
1k views

.htaccess redirect works for IP, but not for domain name

I have the following .htaccess file: RewriteEngine on RewriteBase / RewriteRule ^(/?)dir/?$ $1dir/subdir [L] RewriteRule ^(/?)subdir2/?$ $1dir/subdir/...
cherrun's user avatar
  • 749
0 votes
1 answer
316 views

Domain url redirect with myDNS

I have a domain and want to redirect this domain to url (for example www.example.com). How I can do this with mydns (using mydnsconfig interface or mydns itself).
Jamshid Hashimi's user avatar
41 votes
3 answers
98k views

Simple apache2 redirect from one domain to another

What I want to do is the following: My domain xy.example.com no longer exists. Thus I want to do a simple redirect to the new domain abc.example.com. It should be a redirect, that also works when ...
JohnnyFromBF's user avatar
  • 1,259
0 votes
3 answers
4k views

How to redirect request for specific domain to a specific web application listening on a specific port?

I have apache2 running on the port 80 and other application server running on 81. I would like to redirect traffic only for one specific, selected domain (mydomain.com) to server running on the port ...
joan's user avatar
  • 3
-6 votes
2 answers
258 views

how to use and direct my purchased domain name to my server? [closed]

i have a windows 2008 R2 server. what i want to know is that how can i make it if one should access my server using a domain name i purchased instead of my static IP provided by my ISP? for example i ...
Psychocryo's user avatar