473,383 Members | 1,829 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

+ in URL causing problems

Hi i have noticed in my IIS logs that there are 404 errors when crawlers use
+ signs to delimit search strings, this is only more recently.

IE

/courses/NET+Framework+Course.htm ' causes errors

if they use spaces

/courses/NET%20Framework%20Course.htm

Then no problems.

Is there a setting I need to make to enable this kind or url format ?
Cheers
--
Terry Burns
Feb 17 '06 #1
6 1209
How many pages of yours have spaces in them? Would it be easier to
rename them without spaces?

Feb 17 '06 #2
Good point, but there are thousands of indexes already out there which do
make it, but there are more frequently failures lately. Is there no
solution, it seems a bit odd to me.

--
Terry Burns

"blackstaronline.net" <jr***@blackstaronline.net> wrote in message
news:11*********************@g47g2000cwa.googlegro ups.com...
How many pages of yours have spaces in them? Would it be easier to
rename them without spaces?

Feb 17 '06 #3
How are the links on your pages set up? When you link to the spaced
pages is it;

/courses/NET%20Framework%20Course.htm

or

/courses/NET Framework Course.htm

I know your looking for a simple "flip a switch" on the server and make
it work. I don't know of any setting that will make that happen. (I'm
not saying there isn't one, I just don't know of any)

I would think if your links contain '%20' in them, when the crawlers
follow the link it should work. The only scenario I can think of is if
your link has physical spaces in it so some specific crawlers
automatically enter a '+' in the string. But I'm not sure.

I'm interested to see what other people have to say about this.
Jeremy Reid
http://blackstaronline.net/hgtit

Feb 17 '06 #4
Well, I bit the bullet and changed them to spaceless links. Better safe than
sorry, I will probably miss a few hits, but what the hell. The links did
have %20 in them, its just that 'SOME' crawlers seem to translate this to a
+ sign which does not work on my server.

Thanks for trying to help anyway, much appreciated. ( I would still like to
see if there is a switch tho )

Cheers

--
Terry Burns

"blackstaronline.net" <jr***@blackstaronline.net> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
How are the links on your pages set up? When you link to the spaced
pages is it;

/courses/NET%20Framework%20Course.htm

or

/courses/NET Framework Course.htm

I know your looking for a simple "flip a switch" on the server and make
it work. I don't know of any setting that will make that happen. (I'm
not saying there isn't one, I just don't know of any)

I would think if your links contain '%20' in them, when the crawlers
follow the link it should work. The only scenario I can think of is if
your link has physical spaces in it so some specific crawlers
automatically enter a '+' in the string. But I'm not sure.

I'm interested to see what other people have to say about this.
Jeremy Reid
http://blackstaronline.net/hgtit

Feb 17 '06 #5
2 Tips.
1. Make a custom 404 error. So you will not miss hits.
2. Use '-' minus sign to separate words. Not spaces. Search engines do
actually take it as separator.

George.
"Terry Burns" <me@mine.com> wrote in message
news:Oi**************@TK2MSFTNGP14.phx.gbl...
Well, I bit the bullet and changed them to spaceless links. Better safe
than sorry, I will probably miss a few hits, but what the hell. The links
did have %20 in them, its just that 'SOME' crawlers seem to translate this
to a + sign which does not work on my server.

Thanks for trying to help anyway, much appreciated. ( I would still like
to see if there is a switch tho )

Cheers

--
Terry Burns

"blackstaronline.net" <jr***@blackstaronline.net> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
How are the links on your pages set up? When you link to the spaced
pages is it;

/courses/NET%20Framework%20Course.htm

or

/courses/NET Framework Course.htm

I know your looking for a simple "flip a switch" on the server and make
it work. I don't know of any setting that will make that happen. (I'm
not saying there isn't one, I just don't know of any)

I would think if your links contain '%20' in them, when the crawlers
follow the link it should work. The only scenario I can think of is if
your link has physical spaces in it so some specific crawlers
automatically enter a '+' in the string. But I'm not sure.

I'm interested to see what other people have to say about this.
Jeremy Reid
http://blackstaronline.net/hgtit


Feb 17 '06 #6
Ya, the custom 404 error is a great idea. That way they still have
access to your site without getting the generic page not found error
message. Removing the spaces is the best way and it's only a matter
of time before all the crawlers come back around and update their
indexes with the new names.

Jeremy
http://blackstaronline.net/hgtit

Feb 17 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Maurice | last post by:
Hi there, I'm experiencing big memory problems on my webserver. First on an old RedHat 7.2 system, now on an other fresh installed Suse 8.2 system: Linux version 2.4.20-4GB...
14
by: Abhi | last post by:
FYI: This message is for the benefit of MS Access Community. I found that this prblem has been encounterd by many but there is hardly any place where a complete solution is posted. So I thought...
10
by: BBFrost | last post by:
We just recently moved one of our major c# apps from VS Net 2002 to VS Net 2003. At first things were looking ok, now problems are starting to appear. So far ... (1) ...
1
by: Andrew Baker | last post by:
Since installing SP1 and using VS.NET 2003 I have been having terrible problems with the intellisense locking the IDE. It only seems to happen with certain assemblies, but happens a lot. For...
4
by: Aamir Mahmood | last post by:
Hi I am on framework version 1.1 (SP1). Consider the following code. public static void Main() { int i=1; int j=1;
8
by: Peter Afonin | last post by:
Hello, I've created the domain registration system in ASP.NET. I'm using HttpWebRequest to post the data to the registrar's server. So in the Post string I'm passing the data like name, address,...
2
by: Rob Meade | last post by:
Hi all, We have recently adopted to using .net for our web applications which were previously written in vanilla ASP. Things have been going ok until recently, or at least its only recently...
23
by: Dave G | last post by:
Since upgrading one of my clients from A97/W2000 to A2003/XP they have suffered no end of data corruption problems, mainly involving one of the main tables. The corruption can result in one...
3
by: ticketdirector | last post by:
Hi, In the event viewer on our production web server (win2k3), I am seeing that if a call to the System.Net.Mail.SmtpClient.Send() function fails / throws an exception, it is popping up an...
2
by: DCC700 | last post by:
VS 2005 Converted Header causing error when publishing After converting from Visual Studio 2003 to 2005, I have had several issues with a header that is used throughout the project. The...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.