Kayako logo
Will Implement (V3) Feature requests in this forum will be implemented in Version 3 of the product line (the current version).

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
dmarwick Offline
New Member
 
Posts: 1
Join Date: May 2006
Product URL -> Add a trailing slash if none is found - 01-12-2006, 11:21 PM

In Settings > General:
Product URL
Enter the Full Path to the Product URL, This value should be suffixed with a trailing slash. SupportSuite will not work properly if this is incorrect.
How about simply adding a trailing slash if not found?

I have nearly locked myself out of my installation several times by forgetting the slash. Luckily I had not closed the window and could hit back and fix it, but one line of validation seems appropriate here, e.g.
if (!preg_match('/\/$/', $productUrl)) { $productUrl .= "/"; }
thanks
   
Reply With Quote
Reply

Tags
>, product, slash, trailing, url

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Product URL when I can't see it? dmjmusser How do I? 1 21-09-2007 07:51 PM
URL to connect to my server during trial ozzee LiveResponse Desktop Application 10 22-01-2007 03:20 PM
WinApp logs out constantly WireNine LiveResponse Desktop Application 87 03-11-2006 07:38 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46