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
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
.
Do you have any suggestions for further improvements? Things that might
not work, or can be better phrased otherwise? And also why, because I
intend to learn from this experience.
Thanks in advance!
Kind regards,
Hans Lodder
=
### .htaccess Closing down Solution Brokers
teCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
But removing them is no option, as then only the home page is shown.
My questions:
- What is happening here, and why
- How to solve this, because about 200 links cannot be found now
Kind regards, and thanks in advance,
Hans