GetSimple Support Forum

Full Version: ??? Dont understand
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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
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.
(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://.....
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.
(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.
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.