• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

subdomain??

tosse12

Panchira Project Member
Joined
Jun 10, 2007
Messages
864
Reaction score
9
Location
Sweden
Hi!

I am trying to get a subdomain for my domain, but it won't work....
So I am going to ask you here if there are someone who might know how to fix this :thumbup:

I am currently using apache web server
Server Version: Apache/2.2.15 (Win32) PHP/5.3.2 DAV/2

I have tried to config the Virtual Host in httpd.conf :
Code:
<VirtualHost *>
	ServerName domain.mine.nu
	DocumentRoot D:/UniServer/www
</VirtualHost>

<VirtualHost *>
	ServerName domain.mine.nu
	ServerAlias wiki.domain.mine.nu
	DocumentRoot D:/UniServer/www/wiki
</VirtualHost>

But this won't work, I just get the "Couldn't find the site" error.
Is there something I have missed?
Or do I need to own another domain with "wiki.domain.mine.nu" ?

*Note: Domain.mine.nu isn't the real adress I use.

Thanks in advance!
 
I dont think free hosts (as no-ip.org offers) supports subdomains. If you buy a TLD, like blabla.net or something alike, you can make them on your account page
 
read about mod_rewrite and use .htaccess for example and it will work. You don't need any special rights to do it. It's very simple.
 
Back
Top Bottom