Hello,
I am currently building a intranet which will be hosted on the local network of a company. This intranet has many links to files on their fileserver with the protocol file://.
So for example the links look like this file://domain.tld/filename.ext
When I try to insert such a link into a URL field, I get the error, that only the protocol http:// is allowed.
When I try to insert such a link into a CKEeditor link, it gets stripped out.
Is it possible to insert such links into the FieldType URL and CKEditor.
I know that I could use a FieldType Text or insert a RewriteRule in the .htaccess file, but I am looking for a more elegant solution. ?
Regards, Andreas