Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

75 characters for a URL, THATS IT?

Quote Reply
75 characters for a URL, THATS IT?
Could anyone please help me with my problem?
I need to know how to extend the maximum length of a submitted URL. It tells me that it is 75!
But I need to have longer URL's

Thanks in advance,
Rob


Quote Reply
Re: 75 characters for a URL, THATS IT? In reply to
In your links.def file, look for the 75 in the URL field and change it to a higher number.

--Drew
Quote Reply
Re: 75 characters for a URL, THATS IT? In reply to
Open links.def and change this line
URL => [2, 'alpha', 40, 75, 0, 'http://', '^http|news|mailto|ftp'],

... change 75 to # of characters you want.