By Bernd Stumpp on Saturday, 24 May 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 0.9K
Votes 0
Dear Sirs,
I have the following problem:

If I redirect for example this url:
Redirect permanent /leistungstests/pwc-test http://www.bernd-stumpp.de/sport/leistungstests/entry/pwc-test

I am landing here:
http://www.bernd-stumpp.de/sport/leistungstestspwc-test

You can see, that the snippet "/entry/" is gone. Do you have any Ideas / suggestions to solve this issue?

Cheers,
Bernd
Hello Bernd,

Hm, this url does seem to be correct, not sure why it isn't working for you. Try this


Redirect 301 /leistungstests/pwc-test /sport/leistungstests/entry/pwc-test
·
Saturday, 24 May 2014 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry for my belated answer.
The good news: The issue is solved
The bad news: With a strange solution

The reason is:
#Redirect permanent /leistungstests/ http://www.bernd-stumpp.de/sport/leistungstests
Redirect permanent /leistungstests/spiroergometrie http://www.bernd-stumpp.de/sport/leistungstests/entry/spiroergometrie


Only if I comment out the first entry with a hash I get the full URL. Do you have an idea?

Cheers,
Bernd
·
Thursday, 29 May 2014 23:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bernd Stumpp,

May i know where you modified this?

#Redirect permanent /leistungstests/ http://www.bernd-stumpp.de/sport/leistungstests
·
Friday, 30 May 2014 00:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh, sorry. Yes of course. I modified this entry in the .htaccess at the root directory.

Cheers,
Bernd
·
Friday, 30 May 2014 03:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bernd Stumpp,

Sorry for late reply to this,
If you're using the first redirect permanent
#Redirect permanent /leistungstests/ http://www.bernd-stumpp.de/sport/leistungstests

the url will portion /leistungstests/ redirect to http://www.bernd-stumpp.de/sport/leistungstests

If you try using the second redirect permanent
Redirect permanent /leistungstests/spiroergometrie http://www.bernd-stumpp.de/sport/leistungstests/entry/spiroergometrie

that will correct, because you already did it this way at last night.
·
Friday, 30 May 2014 11:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post