Posted by Rik Wasmus on 01/22/08 13:52
On Tue, 22 Jan 2008 14:45:02 +0100, Michele Di Benedetto
<mikydibe@gmail.com> wrote:
> Hello...i needed suggestions about to redirect all user requesting
> something like www.mysite.it/en/page.php to www.mysite.it/uk/page.php
> using an .htacces file with the following code but it doesn't work!
> Can anyone help me?
>
> file .htacces contents >>>
>
> RewriteEngine On
> Options +FollowSymlinks
> RewriteBase /
>
> RewriteRule ^uk/(.*)$ en/$1
ask in alt.apache.configuration
... and the rule appears to be the reverse of what you claim to want.
--
Rik Wasmus
[Back to original message]
|