@ in redirect not working

Discussion in 'ISPConfig 3 Priority Support' started by elmacus, Oct 9, 2018.

  1. elmacus

    elmacus Active Member

    Found a bug.
    Custumer has a Flickr account and want a website redirect. They use @ in their links.
    ISPconfig does not accept that.
    Example: https://www.flickr.com/photos/139077275@N07/albums
    Solution is to manually edit the link in Apache Vhost.
     
  2. elmacus

    elmacus Active Member

    Ping.
    Is this a bug or feature ? Regex error ?
    Is it fixable in ispconfig code ?
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Actually, we do not allow @'s in redirect URL's in ISPConfig. If you want to allow that on your server, alter the regex. Or put the redirect in a .htaccess file of the site or the apache/nginx directives field instead.
     
    elmacus likes this.
  4. elmacus

    elmacus Active Member

    Thanks, "apache/nginx directives field" that was most easy thing to change.
     

Share This Page