| View previous topic :: View next topic |
| Author |
Message |
hugo929

Joined: 27 Oct 2006 Posts: 6163 Location: China
|
|
| Back to top |
|
 |
Qwerty

Joined: 20 May 2005 Posts: 3141 Location: Germany
|
Posted: Tue Nov 10, 2009 11:52 am Post subject: |
|
|
The spaces in an URL address aren't compliant to W3C specifications.
That's why they cause problems sometimes. It depends on software used on your server.
Perhaps you should use an underscore "_" instead of space. |
|
| Back to top |
|
 |
6a6ar09a

Joined: 14 Oct 2009 Posts: 444 Location: Belgrade
|
Posted: Tue Nov 10, 2009 3:11 pm Post subject: |
|
|
One of the things you should keep in mind is that file names consists of three parts;
1. name
2. dot (as separator)
3. file extension
Rule for the first one (name) is;
Use just alphanumeric characters and (if needed) underscore.
Just change your wrong Micro$oft habits (allowed irregular file names) and you will never have this problems on any different system, machine, server... _________________ www.chipmuseum.com |
|
| Back to top |
|
 |
faber

Joined: 18 Dec 2006 Posts: 315 Location: Poznan, Poland
|
Posted: Tue Nov 10, 2009 4:43 pm Post subject: |
|
|
the best solution is replacing all spaces in links (href) and in database with underscores,
AND USE QUOTES in a href tag  |
|
| Back to top |
|
 |
6a6ar09a

Joined: 14 Oct 2009 Posts: 444 Location: Belgrade
|
Posted: Tue Nov 10, 2009 5:02 pm Post subject: |
|
|
Exactly.
Best regards to penguin society in Poznan  |
|
| Back to top |
|
 |
hugo929

Joined: 27 Oct 2006 Posts: 6163 Location: China
|
Posted: Tue Nov 10, 2009 6:21 pm Post subject: |
|
|
thanks for your kind help.
I will try to fix this. I am lacking this knowledge though  _________________ My vintage CPU collection:www.cpumuseum.com
Chinese Forum: http://www.cpumuseum.com/forum |
|
| Back to top |
|
 |
|