Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...this web site is a 'Godsend' for me. If I have a programming problem that I'm unable to solve, I'll get a sensible reply in no time. It's really great!..."

Geography

Where in the world do Tek-Tips members come from?

do search engines recognize URL's which have spaces?

alex2g9 (Programmer)
15 Feb 05 23:28
For example:

http://www.mysite.com?searchfor=hello world.aspx

would that be okay?  When I type that from web browser, it's okay, but when I used search engine simulator - it said bad link.  I'm wondering if real engine spider can read such URL's or I should replace space with "%20" in URL string?

thanks for help,
Alex
trollacious (Programmer)
15 Feb 05 23:37
You need to "escape" whatever you put in the URL, and don't count on the browser to do it for you.

Lee
ChrisHunt (Programmer)
16 Feb 05 4:28
So that's "yes", if you have to use spaces in your file names, use %20 in your URLs. Personally, I think its easier to not use spaces in the first place.

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd

trollacious (Programmer)
16 Feb 05 12:04
Using spaces and other punctuation characters, or mixed upper and lower case letters, are disasters waiting to happen.  Many web hosting services are running operating systems that are case sensitive, so a capital letter in a file name can result in the file not being found if it's not capitalized exactly the same way in the code that refers to it.

Lee
alex2g9 (Programmer)
16 Feb 05 20:52
thanks guys, I'll do that.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close