Welcome Guest, Not a member yet? Register   Sign In
Subdomain creation
#1

[eluser]thas[/eluser]
hi all,

I am new to this forum. i have no idea to create subdomain using htaccess . if anybody know please help me.

the extract url is:

http://domain.com/index.php/login/defaul...ubdomain/0

I want to write like it

http://subdomain.domain.com


Any help is greatly appreciated !!!! :-)
#2

[eluser]CodeIgniterStep.Com[/eluser]
[quote author="thas" date="1284546777"]hi all,

I am new to this forum. i have no idea to create subdomain using htaccess . if anybody know please help me.

the extract url is:

http://domain.com/index.php/login/defaul...ubdomain/0

I want to write like it

http://subdomain.domain.com


Any help is greatly appreciated !!!! :-)[/quote]

If you can edit DNS record you can use this solution.
#3

[eluser]snortop[/eluser]
Routing in .htaccess

http://ellislab.com/forums/viewthread/167403/
#4

[eluser]thas[/eluser]
i just want the code . how to convert it
#5

[eluser]snortop[/eluser]
hmm maybe to hasty, just sounded similar to the other
#6

[eluser]thas[/eluser]
my code is:


Options +FollowSymLinks
RewriteBase /subdomain/
RewriteCond %{HTTP_HOST} !www.firstpage.gr$ [NC]
RewriteCond %{HTTP_HOST} ^(www.)?(fir_([0-9]+)).firstpage.gr [NC]
RewriteRule (.*) index.php/login/defaultpage/$1/0 [NC,QSA]


But it is not working. please help me :down:
#7

[eluser]trumpetnl[/eluser]
question: are you in control of your dns? if so, simply solve it by creating the appropriate zone.
#8

[eluser]thas[/eluser]
how to solve this problem. how to control DNS. please help me
#9

[eluser]trumpetnl[/eluser]
try this website. It helps you create .htaccess files :-)

http://cooletips.de/htaccess/




Theme © iAndrew 2016 - Forum software by © MyBB