This question may be related to a resolved thread.
I’m having the same problem as documented in the related thread, however, none of the previous solutions seem to solve my problem.
Details as follows:
- custom field, text input type
- input any url, http://www.something.com
- output is http://www.mysiteurl.com/www.samplewebsite.com
- channel preference “automatically turn urls and email addresses into links” is set to NO, because I am building my own links:
<a href="http://{project_website_link}" target="_blank" rel="noopener">{project_website_link}</a>- checked the “Apply Rank Denial to User-Submitted Links”, and it was already set to NO.
- adding/removing index.php doesn’t change outcome
- removing .htaccess file doesn’t change outcome
- site is not password protected
Running:
ExpressionEngine 2.5.2 Build Date: 20120606
This has to be something silly, right? I don’t know why I wouldn’t be able to build my own links anymore. Thanks1