Here are two possible solutions:
1.
2. Make link to "indexr.php?"
THank you for help =)) I just was too lazy=(
Youri
> You might want to use the format:
>
>http://www.body-builders.org/index.php.en?links=1
>http://www.body-builders.org/index.php.ru?links=1
>
> so that you can take
Well, you can do that, but it's a lot more work than the way I suggested
(since Apache's mod_mime is already set up to handle language extensions
like .en and .ru). For your way, you'd have to either set up a bunch of
softlinks (ln -s index.php indexr.php), or write some very tricky
mod_rewrite ru
Hi Miguel,
That seems more coplecated to me. What I wanna do is to make a script
to catch URL of my current page (lets say .../index.php?links=1)
split it with on two on the '?' mark save as array and after changing
first part 'index.php' to 'indexr.php' insert $array[0]+$array[1]
back into U
You might want to use the format:
http://www.body-builders.org/index.php.en?links=1
http://www.body-builders.org/index.php.ru?links=1
so that you can take advantage of Apache's mod_mime features, and not have
to do so much complicated guesswork to determine when you are displaying
in an
I'm looking for possibility to change language of my site on fly you
may take a look at http://body-builders.org and see yourself - now
when I press language button I can get to the main page in sertain
language but what I want it to do is if I'm for example at 'Links'
page and click on langua
5 matches
Mail list logo