Possibly to Redirect to a full URL (not just template/group)
Posted: 30 July 2008 05:08 AM   [ Ignore ]
Newbie
Rank
Total Posts:  17
Joined  2007-01-15

I’m trying to redirect to a subdomain different from the one I am currently on, i.e.

<input type="hidden" name="entry_id_return" value="http://subdomain.domain.com/articlest/edit/%&#xe;n;try_id%%" />

Is there any way to accomplish this?

- T. Payton

Profile
 
 
Posted: 30 July 2008 08:12 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

I’m assuming you’ve tried this and it doesn’t work? smile

 Signature 
Profile
 
 
Posted: 30 July 2008 08:15 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  17
Joined  2007-01-15

Yes, I tried a bunch of combinations to no avail.

Profile
 
 
Posted: 30 July 2008 08:25 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

Well, other than waiting on us to create a fix, is there any chance a redirect would work for you? smile

Do something like this:

http://www.domain.com/articlest/redirect/%&#xe;n;try_id%%/subdomain

Then have that template pull the segments and create the redirect to:

http://subdomain.domain.com/articlest/edit/%&#xe;n;try_id%%

To “spruce” it up, you could make a big phrase on the page saying “Processing...” LOL cheese rasberry

 Signature 
Profile
 
 
Posted: 05 November 2008 09:51 PM   [ Ignore ]   [ # 4 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

Hi T. Payton,

We’ve now added support for full URL’s in SAEF Redirect 1.0.1 smile

Sorry for the long delay wink

 Signature 
Profile