Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Redirect to subdomain with PHP
 

Freebeeezz




quote this post edit post

IP Loged report this post

Old Post  08-31-04 - 05:15 PM  
Hello,

I got a domain (www.mydomain.com) that support wildcards eq.
belgium.mydomain.com shows the same page as www.mydomain.com.
I want to redirect the user that types "belgium.mydomain.com" in the
adresbar to a directory "Belgium" wich is on the same server.
I've heared that you can do this redirect with PHP.

Can anyone help me?

Thanks....
Freebeeezz...





Post Follow-Up to this message ]
Re: Redirect to subdomain with PHP
 

Michael Fesser




quote this post edit post

IP Loged report this post

Old Post  09-01-04 - 04:15 AM  
.oO(Freebeeezz)

>I got a domain (www.mydomain.com) that support wildcards eq.
>belgium.mydomain.com shows the same page as www.mydomain.com.
>I want to redirect the user that types "belgium.mydomain.com" in the
>adresbar to a directory "Belgium" wich is on the same server.
>I've heared that you can do this redirect with PHP.

You don't even need PHP for this. If it's an Apache webserver you can
achieve the same with a mod_rewrite (if available) rule in a .htaccess
file, e.g.


RewriteEngine On

RewriteCond  %{HTTP_HOST}  ^belgium.example.com         [NC]
RewriteRule  ^(.*)$  http://www.example.com/belgium/$1  [L,R]


Or something like that ...

HTH
Micha


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 03:51 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Dreamweaver archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top