English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to rewrite URL from
http://www.topofhosting.com/directory/
to
http://directory.topofhosting.com/
by .htaccess file
I need a sure and simple code.
Could you help me to doing this?

Thank you,
Joey

2007-05-29 05:10:37 · 1 answers · asked by JoeyPeter 1 in Computers & Internet Programming & Design

1 answers

I think it would be something like

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.example\.com/folder/(.*)
RewirteRule ^(.*)$ http://folder.example.com/$1 [R=301,L]


Its been a long time since I have done sub domains with this method I usually just make them an apache subdomain.

2007-05-29 05:40:09 · answer #1 · answered by Tracy L 7 · 0 0

fedest.com, questions and answers