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.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
Need Help with URL Rewriting
Old 11-13-2007, 12:25 AM Need Help with URL Rewriting
Experienced Talker

Posts: 44
Name: Jonathan Roy
Location: Montreal, Quebec, Canada
Trades: 0
Hi,
I don't know what to write in my .htaccess file so that when someone arrives on mydomain.com (/) he is redirected to another directory (/fr/)
Can someone help?
Thanks,
Jonathan
jonroy is offline
Reply With Quote
View Public Profile Visit jonroy's homepage!
 
 
Register now for full access!
Old 11-13-2007, 12:02 PM Re: Need Help with URL Rewriting
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Here is the code you need for .httaccess

Code:
RewriteCond %{HTTP_HOST} ^yourdomain.com$
RewriteRule ^/$ http://www.yourdomain.com/fr/$1 [R=301,L]
But with php it's better. For example:

PHP Code:
<?php
header
("location: http://www.yourdomain.com/fr/");
die();
?>
Edit as needed to the above and place it in your base domain as say index.php and it should work.
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE

Last edited by rogem002; 11-13-2007 at 12:05 PM..
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 11-13-2007, 12:52 PM Re: Need Help with URL Rewriting
Average Talker

Posts: 17
Name: Nilesh Govindarjan
Trades: 0
Quote:
Originally Posted by jonroy View Post
Hi,
I don't know what to write in my .htaccess file so that when someone arrives on mydomain.com (/) he is redirected to another directory (/fr/)
Can someone help?
Thanks,
Jonathan
If you want that the person must see the URL in his browser, use the PHP header function. If you don't want that the person sees the URL in his browser then use the .htaccess method.
__________________

Please login or register to view this content. Registration is FREE
nilesh.3892 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need Help with 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.11254 seconds with 12 queries