GetSimple Support Forum
??? Dont understand - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: ??? Dont understand (/showthread.php?tid=4054)



??? Dont understand - libygo - 2012-12-23

Hi guys,

Some time not working with getsimple, now we have to make a simple website and getsimple just that.

But I have a problem with the "redirects".

How to redirect the page to the address: http://www.site.com/
Of course this can be done through .htaccess or through CustomFields (Extend),
but I want to simplify type: site/?redirect=http://www.site2.com/

Please help.
Thanks.


RE: ??? Dont understand - libygo - 2012-12-25

(2012-12-23, 22:51:43)libygo Wrote: Hi guys,

Some time not working with getsimple, now we have to make a simple website and getsimple just that.

But I have a problem with the "redirects".

How to redirect the page to the address: http://www.site.com/
Of course this can be done through .htaccess or through CustomFields (Extend),
but I want to simplify type: site/?redirect=http://www.site2.com/

Please help.
Thanks.
That no one can help?Huh


RE: ??? Dont understand - shawn_a - 2012-12-26

I am not really sure what you are asking or how this is a GS question.
You can do redirects numerous ways.
meta tags, php headers.

Please be more specific. Its usually better id you explain the functionality you are trying to achieve.


RE: ??? Dont understand - libygo - 2012-12-26

(2012-12-26, 02:17:46)shawn_a Wrote: I am not really sure what you are asking or how this is a GS question.
You can do redirects numerous ways.
meta tags, php headers.

Please be more specific. Its usually better id you explain the functionality you are trying to achieve.

Thank you, I know how to do a redirect.
But how to do a redirect from the field "Slug".
What in the "Slug" field, enter the address http://.....


RE: ??? Dont understand - shawn_a - 2012-12-26

You want 1 page to redirect to another site ?
Or are you having problems with fancy urls ?

A slug is tied to a page, I still do not understand.


RE: ??? Dont understand - libygo - 2012-12-26

(2012-12-26, 03:39:53)shawn_a Wrote: You want 1 page to redirect to another site ?
Or are you having problems with fancy urls ?

A slug is tied to a page, I still do not understand.

You want 1 page to redirect to another site!!!
Via Slug field in page option.


RE: ??? Dont understand - shawn_a - 2012-12-26

You cannot redirect a slug.

A slug is the file name for the pages xml.
You would have to use a component to send a redirect header or use rewrites as you mentioned above.