PassMark Logo
Home » Forum

importing urls containing comma

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maryjili
    Member
    • Jan 2008
    • 84

    #1

    importing urls containing comma

    How to import urls which contain comma:

    http://www.abc.com/example1,example2,example3.html

    I tried to add "http://www.abc.com/example1,example2,example3.html" in the url txt file, but it did not work. I used the index and follow option, so the url txt file only contain urls.
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    Try using character entities. like this,
    http://www.abc.com/example1%2Cexample2%2Cexample3.html

    Comment

    • maryjili
      Member
      • Jan 2008
      • 84

      #3
      The urls are successfully imported without being truncated, but the indexer cannot download the file. I tried typing the converted address into IE, and it could not find the file either.

      Comment

      • David
        Administrator
        • Dec 2004
        • 4714

        #4
        Can you post the real URL, rather than the hypothetical example above.

        Comment

        • maryjili
          Member
          • Jan 2008
          • 84

          #5
          All are working now. Yesterday I missed the "c" and only added "%2", therefore caused the problem. Thanks.

          Comment

          Working...