Tagged Questions
0
votes
0answers
15 views
Move a website to subdomain while preserving (rewriting) URLs
I'm considering to move the (Confluence) wiki content of www.site.com to the subdomain wiki.site.com to make room for a well-designed landing page (Wordpress) which should take the wiki's place on ...
1
vote
1answer
865 views
Webmin - Setting up multiple virtual hosts - Subdomains
Can someone please help me in using WEBMIN to setup virtual hosts.
My current domain www.MYDOMAINLOLFAKE.com currently functions.
Settings are as follows -
Apache -
Handles the name-based server ...
2
votes
0answers
207 views
Seeking htaccess help: Converting multiple subdomains (both http and https) to www.domain.com using .htaccess
I've been trying to get an answer to this question on other forums (the folks at SuperUser thought this was the place I needed to post) and via my connections, but I haven't gotten very far. Hopefully ...
3
votes
1answer
127 views
Subdomain In Addon Domain Is Not Working
I added a new addon domain to my cPanel hosting. With the new added addon domain, I try to make some subdomain of it. But, the subdomain is not working like subfolder does.
This is my situation:
...
0
votes
0answers
114 views
Subdomain redirect to WWW
I have the domain example.com and the test.example.com running on apache server. For some reason when I try to visit test.example it is redirected to www.test.example and by consequence a Server not ...
0
votes
1answer
130 views
How to silently auto-load from a subdirectory, but allow internal paths to think the file is located at site root?
I have files in my site root, and also files in its "Iternet_IE" directory. I need to:
1.) be able to call/include other files (e.g. headers or footers) from within files at either of those ...
0
votes
1answer
217 views
Apache: how to create subdomain on name-based virtualhost?
i have name-based hosting, lets name it my.address.com - my friend have 'white' ip -address.com and gave me virtual machine than i can access via ssh, also, he made some magic with ports and now after ...
1
vote
2answers
186 views
In apache, how to map site.example.com to example.com/site
I'm sure there is documentation for how to do this, but I don't know what it's called so I don't even know how to start searching.
On my webserver, example.com, i have a site called site. It's ...
0
votes
2answers
1k views
Amazon EC2: How do I create a subdomain on an instance?
I have apache2 and tomcat installed on Amazon ec2 instance running Ubuntu.
tomcat is serving the application and I want to create subdomains for example.com and abc.example.com to serve to different ...
1
vote
1answer
180 views
How do I set up a “gateway” for a specific subdomain?
I'm looking at setting up a website that will run a few different apps. Most of them can be managed by an Apache server, but I've got one specific thing that will run on a custom HTTP server.
...
4
votes
1answer
156 views
Do Dynamic Subdomains Harm SEO or not?
I am establishing a new website for just resumes, and I structured my htaccess as to provide dynamic subdomains as:
marketing.resumedomain.org/index.html
sales.resumedomain.org/index.html
...
0
votes
1answer
117 views
Subdomains regarding name servers/domains
I know how to configure subdomains like sub.example.com on Apache etc. My question is, do I need to make any changes to the name servers/domain that is provided to me?
Would it work the same as ...
6
votes
2answers
1k views
Why does my site only work with a www in the URL?
I'm a bit confused as the following points:
There is a simple text website, with no javascript, that works only with the prefix. http://www.mysite.corporation.com works but ...
5
votes
2answers
1k views
.htaccess directory to subdomain
I have been trying to make a subdomin from a directory (made by .htaccess) to be used as the main page starting like http://domain.com/sub/2/3/4.html and turning into http://sub.domain.com/2/3/4.html.
...
1
vote
1answer
328 views
Subdomains on WampServer
I'm working on WampServer for development, I've set up the domain tuniguide.local and it works fine with this configuration:
DocumentRoot "D:\www\tuniguide"
ServerName tuniguide.local
But when I ...
3
votes
1answer
322 views
subdomains apache rewrite rules
Let's say I have my web folder as public_html. In there I have a sub folder. I can view the folder at:
www.mydomain.com/sub & mydomain.com/sub
What I want is:
sub.mydomain.com
This will show ...
0
votes
1answer
734 views
Apache 2 virtual host configuration for subdomain redirection
I'm trying to set up a mail subdomain on my site that will simply redirect to my Google Apps mail account. I thought I could use the Apache 2 vhost configuration below, but it's not working:
...
2
votes
1answer
150 views
show content on domain.com from a sub directory
I have a domain that looks like domain.com
on the server files look like:
<www>
<mydirectory>
<otherstuff>
<asubdomain>
index.html
.htaccess
ok, so when you open the ...