{"id":54446,"date":"2017-08-28T18:44:12","date_gmt":"2017-08-28T21:44:12","guid":{"rendered":"https:\/\/wiki.samuelchopard.ch\/?p=54446"},"modified":"2019-03-18T14:29:20","modified_gmt":"2019-03-18T13:29:20","slug":"redirect-all-urls-to-homepage","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/redirect-all-urls-to-homepage\/","title":{"rendered":"Redirect all URLs to homepage"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Add the following code <strong>at the top<\/strong> of your <em>.htaccess<\/em> file:<\/p>\n<pre class=\"EnlighterJSRAW\"># BEGIN redirect to homepage\nRewriteEngine on\nRewriteCond %{REQUEST_URI} !^\/$\nRewriteCond %{REQUEST_URI} !\\.(gif|jpe?g|png|css|js|php)$\nRewriteCond %{REQUEST_URI} !^\/wp-admin [NC]\nRewriteRule .* \/ [L,R=301]\n#END redirect to homepage<\/pre>\n<p>&nbsp;<\/p>\n<p>Source:\u00a0<a target=\"_blank\" href=\"https:\/\/eugenoprea.com\/code-snippets\/wordpress-redirect-all-urls-to-homepage\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/eugenoprea.com\/code-snippets\/wordpress-redirect-all-urls-to-homepage\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Add the following code at the top of your .htaccess file: # BEGIN redirect to homepage RewriteEngine on RewriteCond %{REQUEST_URI} [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[14,129,240],"class_list":["post-54446","post","type-post","status-publish","format-standard","hentry","category-tools","tag-htaccess","tag-homepage","tag-redirect"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54446","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=54446"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54446\/revisions"}],"predecessor-version":[{"id":54864,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54446\/revisions\/54864"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54446"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54446"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}