Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

-5
votes
0answers
35 views

Set up subdomains on a VPS [closed]

I recently took ownership of a VPS. I am wanting to make up subdomains for it (i.e pizza.example.com, points to example.com/pizza) How would I go about doing this? I am using point to manage my ...
0
votes
2answers
17 views

Confusion about VHost and DNS Entry regarding Subdomain Configuration (Apache)

On my Vserver Id like to configure a subdomain. So I have the following entries in my apache vhost config. I want to have my site app1.example.com to run as own site, so that pages and files have the ...
0
votes
3answers
45 views

Using Subdomain on Same Server : Good or Bad & Why?

I've working on a simple HTML-CSS-JQuery based website and choose 000webhost as a free hosting provider. It gives me sufficient space and bandwidth and a shared Unix based Apache Server. Now on to ...
0
votes
1answer
23 views

Subdomain to different nameservers in Plesk

I have a domain (e.g. mytakeaway.com) on a Plesk 9.5 Linux server. It's got a site associated with it currently. I'm using a 3rd party ordering system (to be housed within an iframe), which I need ...
0
votes
1answer
23 views

Need help regarding htaccess stuff

I have my site at www.example.com and have several sub-domains city wise. Suppose i have subdomain with name say "subdomain.example.com" then i want to redirect the subdomain homepage to directory in ...
0
votes
1answer
14 views

Setting up a subdomain with IIS 7

I posted a question on Stack Overflow today. Now, I'm not sure if it should have been posted there or here. That question can be seen here, I have copied it here for the ease of access. I have a web ...
1
vote
1answer
30 views

Configuring a third level domain

I have an Apache instance serving a site on port 8000 of my server (whose ip is 164.177.156.36) Listen 8000 <VirtualHost *:8000> ServerName lessico.pistacchioso.com DocumentRoot ...
0
votes
1answer
38 views

Apache subdomain redirection failing

I just bought the domain vas.im, I added a DNS rule for vas.im and www.vas.im, then I tried to get apache2 to redirect the latter to the former. I enabled mod_rewrite, appended ...
0
votes
1answer
24 views

How do I Setup Multiple Sites in HostGator Shared Hosting?

I recently decided to consolidate all of my random projects into a single hosting account as it was starting to get very expensive to run each on an individual hosting plan. I purchased the HostGator ...
1
vote
0answers
28 views

If a file in a sites url has the name of a new domain but isn't where I'll point the domain, then what?

I will be giving a google apps web site the name of a new domain. The name currently points to a wordpress blog. My site can be found at https://sites.google.com/a/example.com/getreal/ It is the ...
0
votes
2answers
33 views

Domain mapping via hostname instead of IP

Is it possible to configure DNS such that: anysubdomain.clientsite.com has CNAME record to abc.ourservice.com abc.ourservice.com has A record to our dedicated IP (so that if we change servers in the ...
0
votes
1answer
50 views

Nginx subdomain not routing to Node.js

I have a subdomain that I want to proxy through Nginx to Node.js. domain.tld is currently routed the standard way through /opt/nginx/conf/nginx.conf. However, I also want subdomain.domain.tld to ...
0
votes
1answer
44 views

DNS record for a subdomain on Dreamhost

I'm currently hosting a subdomain for a charity on Dreamhost. The charity is in control of the DNS records, and they're slow to update them. So for example.com: www.example.com -> A-record ...
0
votes
1answer
37 views

How to create subdomain to point to a different web app

I have a basic Host service from godaddy. I would like to put two differnt webapps on the same Hosting, and be able to use web1.example.com to point to the first webapp, and the second respectively. ...
2
votes
1answer
55 views

apache2 virtualhosts for # subdomains with rewrite to SSL

I've been having some problems setting up my apache webserver to only serve pages over https. I think I nailed it earlier this week, but after some tinkering it seems like I broke it again and I don't ...
2
votes
2answers
27 views

Port Routing between different domains

i have a apache server located on a.com:9254 I would like to route a.y.com:80 to a.com:9254. So, I can put all my services under y.com domain. I tried proxy. However, In apache, it looks all ...
0
votes
2answers
19 views

redirect domain to another domain (and path)

I have my wordpress blog at firstdomain.com/blog and I want to access the blog as seconddomain.com. How do I set up seconddomain.com to make it happen? EDIT: If I'm not wrong, the steps involved are: ...
0
votes
3answers
38 views

How Do I Refuse a Request to a Subdomain in Nginx

If my configuration looks something like server { listen 80; server_name example.com; } how do I refuse requests to subdomain.example.com?
1
vote
1answer
31 views

DNS: Canonical Names, Sub-domains, and Aliases

Background Setup Info Domain: abc.ca.gov Web Server Name: web1 Server FQDN: web1.abc.ca.gov DNS Alias for FQDN: intranet Browser URL: http://intranet/ Question 1: Is it possible then to setup ...
1
vote
1answer
31 views

Forwarding requests in Apache if necessary based on subdomain

In Apache 2.2, is there a way to forward certain subdomains to another server (in another datacenter) based on a lookup table of subdomain/IP address mappings (provided in a file or database)? The ...
0
votes
0answers
31 views

Active Directory, a domain a subdomain and a login failiure

I've installed a Certificate Service Web Enrollment on a Windows Server 2003 R2 machine with AD and Exchange 2003. The purpose of installing it was to generate a SSL certificate. To accept the ...
0
votes
0answers
41 views

apache mod_rewrite subdomain, domain and url arguments

I am trying to use mod_rewrite to capture a subdomain, domain, and the arguments passed with the url. I have multiple domains pointing to a single ip address, with both @ and * wildcard a-records, so ...
2
votes
2answers
60 views

Possible to have multiple IP addresses for a server that point to different doc roots?

Ok, so my set up is as follows: I own a domain, let's call it domain.com. I have an amazon AWS account with one micro-instance (free tier). domain.com and www.domain.com both point to a static IP ...
0
votes
2answers
83 views

DNS setup for a domain and its subdomain to point to different hosts

So here's what I have configured - I have a shared hosting account at dreamhost, and I've also just set up a VPS at intoVPS. The shared account is intended for mostly static sites and I'll be using ...
-5
votes
2answers
58 views

Multiple Sub-domains with one IP address [closed]

I know that it is not possible to configure DNS so that different subdomains get pointed to the same IP, but with different ports. I.e.: alfa.example.com 10.10.10.1 :550 beta.example.com 10.10.10.1 ...
2
votes
1answer
173 views

Authentication with specific subdomains

Basically I'm trying to enable the authentication module when accessing to a specific part of a subdomain, which are dev.domain.com and pma.domain.com, they both must have the authentication module ...
0
votes
1answer
53 views

How to create a subdomain in Apache2?

So I have a main domaing pointing to my server (xx.xx.xx.xx). I tried to create a subdomain with the following virtualhost file. <VirtualHost myip:80> ServerName sub.mydomain ...
0
votes
1answer
39 views

Subdomain to remote server folder DNS

I'm running a site on an apache server named www.example.com which has sub.example.com subdomain. Also I have a vps, which is accessable through x.x.x.x IP adress. sub.example.com is redirected to ...
0
votes
2answers
45 views

Forward all Subdomains to another domain (with subdomain intact)

I have moved a lot of people off one of my servers. Each person had an account using subdomains so urn.example.com urn2.example.com. What I would like to do is set it up so ANY subdomain accessed on ...
0
votes
1answer
80 views

How to make a subdomain permanent redirect?

I have a new vps CentOS 5.3 with Webmin, BIND, Apache installed. I want install Shoucast 2 server on port 8000. Can i create subdomain (ex: radio.mystation.com) and redirect it to ...
-4
votes
2answers
68 views

Setting DNS Record A (Host) - What does '@' means and how is it different from '*'

The title says it all. I want to set *.myhost.com to IP X.X.X.X. So I am creating a DNS type A pointing to the IP. I don't want to have to create an entry for each of my subdomains. Thanks!
1
vote
2answers
87 views

subdomain of a subdomain on Server 11.10

I have a server that hosts mydomain.com. Then I have a server that hosts subdomain1.mydomain.com. On the subdomain1.mydomain.com server, how do I make subdomains? For instance I want to create ...
0
votes
2answers
37 views

Setting up a subdomain which points to another IP (Apache2)

I'm using Apache, and I'm trying to set up a subdomain for a virtual host, which then points to a server on a different IP address. So the virtual host is www.example.com, I'd like to set up ...
0
votes
2answers
104 views

Use regular expression in definition of virtualhost

I have to define about 100 subdomain virtualhost entries in server config file . I want to know if there is any way to do it with regular expression to increase codes in apache config file?
3
votes
1answer
67 views

Common subdomain for several virtual domains in Apache2

I'm running a web server with Apache2 and several virtual domains. Also, there's a mail server for these domains, exposing a web interface. For each virtual domain example.com, I have the subdomain ...
2
votes
1answer
32 views

Apache Rewrite Mod

I am trying to achieve virtual subdomain as my hosting provider has set a limitation on the number of subdomains I can have! I already have a wildcard DNS entry so all subdomains are accepted and send ...
0
votes
3answers
236 views

Localhost subdomain set up on ubuntu not working

In my pc (running on Ubuntu) , I have configured apache and php. I wanted to create a subdomain 'mysite.localhost' on my localhost I have a folder /var/www/mysite Which I would like to access like ...
2
votes
3answers
112 views

How to get Postfix to send/forward/relay to a sub-domain located on another server?

I have a quick question. How do I setup postfix to send an email to another server (Exchange Server) when sending to an email address that has a sub-domain of our main server. For example, say our ...
0
votes
1answer
58 views

Subdomain not resolving to IP

I created a subdomain http://themes.ibrogram.com and it doesn't seem to work, however http://ibrogram.com/themes does work. I've had this issue for ages using an A record and can't seem to figure out ...
0
votes
2answers
53 views

apache subdomain configuration

I seem to be having a small problem with setting up a subdomain in apache under CentOS. I have the following: NameVirtualHost *:80 <VirtualHost *> ServerName www.domain.co.uk ServerAlias ...
1
vote
1answer
58 views

Removing WWW from Subdomain for Staging Server via httpd.conf

I am trying to set up a staging server to run as a sub-domain of my production server and I'm running into a small problem. I have my production server hosted on a RackSpace virtual machine. I ...
0
votes
1answer
25 views

Subdomains for MX using CNAMEs

Let's say I've got a wildcard subdomain CNAME for root domain: *.domain.com CNAME domain.com domain.com A 130.71.45.31 This works well for websites, e.g. subdomain.domain.com. Now let's say I have ...
0
votes
1answer
56 views

Apache redirect subdomain to a specific folder

I need to redirect all the traffic from http://subdomain.domain.com/ to http://subdomain.domain.com/folder/ With 'folder' being a specific folder, of course. I've tried this: RewriteCond ...
1
vote
1answer
155 views

Is this good practice for making subdomains

I'm trying to create subdomains with my web application, however, I'm not experienced in nginx that much, I've been trying to find a stable solution from SF, but unfortunately I can't find any good ...
0
votes
2answers
112 views

nginx phpmyadmin 404

I am trying to install phpmyadmin on my nginx web server. I installed phpmyadmin without a problem. I created subdomain for it. For security reasons I didnt call my subdomain "phpmyadmin" i used a ...
0
votes
2answers
100 views

How to set up the CNAME in DNS zone record to work with Unbounce

I'm trying to run split testing on some landing pages I "designed" with Unbounce, but it requires that I set the CNAME record for my domain/sub-domain and I'm having trouble figuring out what is the ...
2
votes
2answers
52 views

How to use VirtualHosts in apache2 for mobile subdomain?

Need some help to redirect to a mobile subdomain. Currently both m.domain.com and domain.com will go to var/www/html/mobile. Obviously I need domain.com to direct to var/www/html and m.domain.com to ...
1
vote
1answer
39 views

Possible A Record Conflict

I just inherited management of the domain names from another person who resigned from my company. I am new to this type of task. I want to map the new ip address I bought to the following example ...
2
votes
5answers
160 views

Is Downtime Needed after changing the Ip Address of A Subdomain?

I have a subdomain whose DNS A Record I would like to change. After doing this, do I have to wait for some time before the change will be reflected? If yes, during the downtime is it possible to put ...
0
votes
0answers
97 views

Nginx subdomain redirects to domain, what's wrong?

I've got a server with serveral domains under Nginx running fine (WordPress blogs). Now I want to setup a phplist server and locate it under one subdomain, but although I thought I configured the ...

1 2 3 4 5 9