Tagged Questions
2
votes
1answer
56 views
Setting up multiple domains on one Cpanel account
I set up an account on Cpanel for a domain "abc.com". However, if I wanted to point the A record for "def.com" to abc's existing account, what changes would I have to make server side?
I'm aware that ...
0
votes
1answer
107 views
Changing domain name - what are the practical steps involved [duplicate]
Possible Duplicate:
How do I rename a domain and preserve PageRank?
I launched a website a couple of years ago, bright eyed and bushy tailed, with dreams of conquering the world. ...
0
votes
0answers
108 views
apache virtual host concept and dns [closed]
I want to have around 60 repositories of projects and I want to serve them from a dedicated remote server(ubuntu) with the help of mercurial server so that all my developers will be able to update ...
7
votes
6answers
144 views
access to site owner not working
I made a website it works for everyone except for the site owner, who cannot access the site. He gets a server could not be found error. I went to his house and the issue occurs for all of his devices ...
1
vote
1answer
321 views
Decode url in httpd.conf or htaccess
For some reason I am getting 404 errors in my log file because of users trying to access something like http ://www.domain.tld%3Fid%3D222 instead of http://www.domain.tld?id=222
I've unsuccessfully ...
2
votes
2answers
2k views
How to manage multiple domains on same server
I have more than one (4 to be exact) domains and only one server host with same ip. How I can run all my domains from same server. All websites are wordpress sites.
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 ...
0
votes
4answers
419 views
I want to park my domain www.b.com to www.a.com. if the user visits b.com, I want the browser url to display a.com
I want to park my domain www.b.com to www.a.com
So far is working, but if the user visits b.com, I want the browser url to display a.com
Is there a way around it?
1
vote
1answer
329 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 ...
2
votes
4answers
69 views
dynamic url for member
It may be a very basic question. I am trying to user url of the form:
"membername.example.com" but I have no idea what would be the steps to be performed.
We are using apache web server.
Thanks,
...
2
votes
1answer
151 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 ...