Hey there everyone,
Sorry if this isnt the right place for this post.
I am building a script to generate a site map for me. For the most part it works fine, but a few errors are popping up.
Google isn't liking several of my urls. For instance, i have a url that ends in "trews.html ". It looks like this line is fine in the site map, but when i type the url into the browser i get a 404 error as if the page doesn't exists. If i erase the url and type it out manually it works fine however.. and when i see the websites i recently visited, it lists "t%08rews.h tml" as one of them. It seems that perl is interpretting some kind of character that isnt there? I'm not sure. How could this be corrected?
Sorry if this isnt the right place for this post.
I am building a script to generate a site map for me. For the most part it works fine, but a few errors are popping up.
Google isn't liking several of my urls. For instance, i have a url that ends in "trews.html ". It looks like this line is fine in the site map, but when i type the url into the browser i get a 404 error as if the page doesn't exists. If i erase the url and type it out manually it works fine however.. and when i see the websites i recently visited, it lists "t%08rews.h tml" as one of them. It seems that perl is interpretting some kind of character that isnt there? I'm not sure. How could this be corrected?
Comment