I've added a redirect from a node using using it's alias. In this example I want mydomain/white-paper to redirect to mydomain/whitepaper
After choosing 'Add url redirect' I enter white-paper in 'path' and in 'To' I enter '/whitepaper' and I choose 301 permanent redirect. After saving I also choose apply. I then flush the cache and run the cron job. But after this there no redirect ever takes place when visiting mydomain/white-paper. I also visited /whitepaper in the off chance that it's reversed but there is no redirect there either.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

matthew.h created an issue. See original summary.

Berdir’s picture

Can you post screenshot of the redirect overview page and also what is stored in the redirect able?

amy.h’s picture

amy.h’s picture

Attached are the screenshots for the overview page, and the edit page for the specific redirect, as well as the data in the redirect table in the drupal database.

Berdir’s picture

Weird. Do you currently have an alias for /white-papers?

Do other redirects work?

amy.h’s picture

Turns out it only works if you use /node/nid. URL aliases don't work when they are the original path being redirected.

Berdir’s picture

Status: Active » Closed (duplicate)