drupalwxt / wxt

Drupal 10 variant of the Web Experience Toolkit (WxT).
https://drupalwxt.github.io
GNU General Public License v2.0
25 stars 27 forks source link

Internal pages on the WxT Drupal wiki redirect infinitely #79

Closed jameswilson closed 5 years ago

jameswilson commented 6 years ago

(Moved from https://github.com/wet-boew/wet-boew/issues/8174)

Hi, Was just checking out the Drupal integration of WET, and while the homepage loads fine, I found that if I click on any link to an internal page, it tries to redirect to itself.

Example link: http://wiki.drupalwxt.org/pages/roadmap

HTML returned:

<!DOCTYPE html>
<html>
    <head>
        <title>Road Map</title>
        <meta http-equiv="REFRESH" content="0;url=/pages/roadmap">
        <link rel="canonical" href="/pages/roadmap" />
    </head>
    <body>
        This page has moved. You will be automatically redirected to its new location. If you aren't forwarded to the new page, <a href="/pages/roadmap">click here</a>.
    </body>
</html>
sylus commented 5 years ago

Remove this whole website since vastly outdated ^_^