Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

How to remove /home?

Started by Leuv 9 years ago · 3 replies · 1035 views
9 years ago

By default in Grav, home page has two URLs:
domain.com
domain.com/home
In this situation, there is duplicate content (Google considers this to be a huge problem).

How can you delete /home?

9 years ago

Hi
I don't know why the /home redirect in the "site" section of the admin plugin never works but I've done my own redirect with a simple line in the htaccess file:

RewriteEngine On
RedirectMatch 301 /home/? /

4 years ago

I think You nedd in configuration setings enable - Hide home route in URLs

👍 1
4 years ago

@NataliaB, Have you tested it? The settings does not have any impact on OPs urls.

In sytem.yaml, the setting hide_in_urls: false|true will only have effect on the Urls of the children of the home page.

Eg, when having the following folders:

TXT
user/pages
├── 01.home
│   ├── 01.child
│   │   └── default.md
│   └── default.md
├── 02.typography
│   └── default.md
└── images

When using hide_in_urls: false, the url of the child page will be https://mydomain/home/child

When using hide_in_urls: true, the url of the child page will be https://mydomain/child

See code in function Page.php::route() lines 1925-1935

👍 1
last edited 11/02/22 by pamtbaau

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 4 days ago
3 99 4 hours ago
General · by Old Man Umby, 2 days ago
1 60 2 days ago
General · by Sebastian, 4 days ago
1 81 4 days ago
General · by Andy Miller, 2 weeks ago
0 216 2 weeks ago
General · by ready-4-IT, 6 months ago
1 716 3 weeks ago