You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Hans Lodder <ha...@requirements-management.nl> on 2010/10/17 09:07:39 UTC

[users@httpd] Language dependent Redirect?

Hi!

On my site the English spoken international part has .com domain, and 
the Dutch domain .nl (results2match.com and results2match.nl). The .nl 
domain is an alias of the .com domain.

For some, yet unknown, reason some URL's are wrongly cross connected. 
Example of a wrong combination, and thus a page that cannot be found:

http:/results2match.nl/english-url

Putting in .htaccess file a redirect like this does not work:

Redirect permanent http:/results2match.nl/english-url 
http:/results2match.com/english-url

This does not work either:

Redirect permanent english-url http:/results2match.com/english-url

Now my question is if you have any suggestion of something that might work.

Kind regards, and thanks in advance!

Hans Lodder

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Language dependent Redirect?

Posted by Hans Lodder <ha...@requirements-management.nl>.
On 17-10-2010 11:26, Joost de Heer wrote:
> On 10/17/2010 09:07 AM, Hans Lodder wrote:
>
>> Putting in .htaccess file a redirect like this does not work:
>>
>> Redirect permanent http:/results2match.nl/english-url
>> http:/results2match.com/english-url
>
>> This does not work either:
>>
>> Redirect permanent english-url http:/results2match.com/english-url
>
> What are your AllowOverride settings?

I think there are no AllowOverride settings in the .htaccess file. The 
.htaccess file is almost the standard as created during the Drupal 
installation.

How can I check the actual settings?

Hans


> Joost

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Language dependent Redirect?

Posted by Joost de Heer <jo...@sanguis.xs4all.nl>.
On 10/17/2010 09:07 AM, Hans Lodder wrote:

> Putting in .htaccess file a redirect like this does not work:
>
> Redirect permanent http:/results2match.nl/english-url
> http:/results2match.com/english-url

> This does not work either:
>
> Redirect permanent english-url http:/results2match.com/english-url

What are your AllowOverride settings?

Joost

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org