Closed (fixed)
Project:
Path redirect
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 20:02 UTC
Updated:
18 Nov 2009 at 04:30 UTC
I'm trying to add a redirect from a url on my site to an ical:// url, but path_redirect mangles the URL and it does not redirect properly. Instead I get a 404 error when attempting to access the redirecting URL.
Comments
Comment #1
dave reidWe just use drupal_goto() (which uses url()), so maybe there's a problem with the core function?
Comment #2
dave reidTake a look at http://api.drupal.org/api/function/filter_xss_bad_protocol/6. You should be using webcal:// and not ical://.
Comment #3
dave reid