Rewrite url

Post Reply
MassIV
Posts: 9
Joined: Mon Aug 04, 2014 7:05 am

Rewrite url

Post by MassIV »

Hey Rob

If I wanted the landing page to show as www.domain.com/home/ to be consistent with how it would look after pressing the home button.
How could I best do that?

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Rewrite url

Post by wiz »

Your home page at example.com/ and example.com/home show the "home" content already.
Or do you always want it to redirect from example.com to example.com/home?

MassIV
Posts: 9
Joined: Mon Aug 04, 2014 7:05 am

Re: Rewrite url

Post by MassIV »

It's more that the $c['page'] for /?login is "home". And the URI for home is sometimes "home" and sometimes "/".
And if the landing page example.com/ would show as example.com/home I could just rely on the URI for plugins.
Maybe that is not the right solution though. Maybe $c['page'] should be login?

Post Reply