Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 06-15-2009, 02:18 PM Url rewriting
Skilled Talker

Posts: 85
Name: Ilyes Rhouma
Trades: 0
Hi,

I want that all domain.com/n-user/ will be redirected to n-user.domain.com and all user.subdomain.com will be rewrited to index.php?u=n .
exemple domain.com/21-ilyes/ --> 21-ilyes.domain.com --> index.php?u=21

Can you please help me out ?

I'm using this script that did not works ( a loop in the server redirecting that did not stop )
Code:
RewriteRule ^([-]?[0-9]+)([-_][^/]*)? /redirect.php?id=$1 [R]

RewriteCond %{HTTP_HOST} !^www.* [NC]
RewriteRule ^$ %{HTTP_HOST} [C]
RewriteRule ^(.*)\.domain\.com$ http://$1.domain.com/index.php?user=$1 [R=301,L]
where redirect.php will just send domain.com/21-ilyes/ --> 21-ilyes.domain.com .

Thank you.
__________________
Want a cheap and custom programmer or writer ?
Please login or register to view this content. Registration is FREE

Are you
Please login or register to view this content. Registration is FREE
? Start
Please login or register to view this content. Registration is FREE
free and earning money !
Please login or register to view this content. Registration is FREE
Ilyes is offline
Reply With Quote
View Public Profile Visit Ilyes's homepage!
 
 
Register now for full access!
Old 06-16-2009, 05:01 AM Re: Url rewriting
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
Well, if you want to do it the PHP way, replace the index.php file in "domain.com/21-ilyes/" with a new one with the following code:

PHP Code:
<?php

header 
"location: http://21-ilyes.domain.com/" );

?>
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Reply     « Reply to Url rewriting
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10417 seconds with 12 queries