![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| html link to images in /tmp directory | Solerous | Web Programming, Web 2.0 and Mashups | 2 | 11-25-2008 02:00 PM |
| Difference between hard link and soft link | kamakshi s | UNIX for Dummies Questions & Answers | 2 | 06-26-2008 08:05 AM |
| need some info about symbolic link and hard link | detective linux | UNIX for Dummies Questions & Answers | 2 | 01-08-2008 07:36 AM |
| Difference between hard link and soft link in unix | RAJACHOKALINGAM | UNIX for Dummies Questions & Answers | 2 | 08-01-2006 04:10 AM |
| Differences between hard link and soft link | penguin-friend | UNIX for Advanced & Expert Users | 3 | 03-08-2002 03:49 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
To clarify:
I want to change this: Code:
http://www.unix.com/?hl=ja Code:
http://www.unix.com/ja/ Code:
http://www.unix.com/index.html?hl=es Code:
http://www.unix.com/es/index.html |
|
|||||
|
OK, we solved this problem a few days ago. Too simple, LOL.
Code:
RewriteEngine on RewriteRule ^(.*)\?hl=ja http://www.unix.com/ja/$1 [L,R=301] Code:
RewriteEngine on RewriteRule ^(.*).html\?hl=(.*)$ http://www.unix.com/$2/$1.html [L,R=301] Code:
RewriteEngine on RewriteRule ^ja/(.*)$ http://www.site.com/$1?hl=ja [L,R=301] |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|