![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
What happened to my URL?
URLs typically come out like this:
Example 1: http://www.website.com/file/file1/file2 After I upload/put, the URLs come out like this (using the above as an example): Example 2: http://www.website.com/file/file1%20file2 What do I need to do (and how) to make them come up like example 1? |
|
|||
|
Re: What happened to my URL?
Replace the space (%20) with a forward slash (/)
"Theoms" <webforumsuser@macromedia.com> wrote in message news:g7a250$336$1@forums.macromedia.com... > URLs typically come out like this: > > Example 1: http://www.website.com/file/file1/file2 > > After I upload/put, the URLs come out like this (using the above as an > example): > > Example 2: http://www.website.com/file/file1%20file2 > > What do I need to do (and how) to make them come up like example 1? > |
|
|||
|
Re: What happened to my URL?
On Tue, 5 Aug 2008 17:20:32 +0000 (UTC), "Theoms"
<webforumsuser@macromedia.com> wrote: >URLs typically come out like this: > > Example 1: http://www.website.com/file/file1/file2 > > After I upload/put, the URLs come out like this (using the above as an >example): > > Example 2: http://www.website.com/file/file1%20file2 > > What do I need to do (and how) to make them come up like example 1? looks like you have a space in folder name or filename. ?? -- ~Malcolm~*... ~* |
|
|||
|
Re: What happened to my URL?
> Replace the space (%20) with a forward slash (/) Don't listen to this - it's incorrect. There are a few problems here. If you want this: Example 1: http://www.website.com/file/file1/file2 .... then the things you're calling "file", "file1" and "file2" need to be directories, not files. Files that browsers display as web pages almost always end with .htm, .html, or a few other extensions. They always have some file extension (the part after the period). Example 2: http://www.website.com/file/file1%20file2 On another subject entirely: if you're seeing "%20" in your URL, it's because you left a BLANK SPACE in the file name or directory name. You need to fix that file or directory name. If you do it from within DW, it will prompt you to update any pages that are linked to it. Then you'll need to re-upload all of those changed pages. -- Patty Ayers | www.WebDevBiz.com Free Articles on the Business of Web Development Web Design Contract, Estimate Request Form, Estimate Worksheet -- |
|
|||
|
Re: What happened to my URL?
..oO(bregent)
>This indicates that you have a space in the filename. Spaces are not >valid in url's Technically it is a valid URL. >and thus should not be used in paths and filenames. Indeed, but that's for other reasons. Micha |
|
|||
|
Re: What happened to my URL?
"bregent" <webforumsuser@macromedia.com> wrote in message news:g7a4of$5r6$1@forums.macromedia.com... > This indicates that you have a space in the filename. Spaces are not valid > in url's and thus should not be used in paths and filenames. His example shows directories 3 deep, with the space in the final directory name. -- Patty Ayers | www.WebDevBiz.com Free Articles on the Business of Web Development Web Design Contract, Estimate Request Form, Estimate Worksheet -- |
|
|||
|
Re: What happened to my URL?
"bregent" <webforumsuser@macromedia.com> wrote in message news:g7ackp$eej$1@forums.macromedia.com... > >His example shows directories 3 deep, with the space in the final > >directory name. > > Well you're right, but at this point I'm not really sure what he is asking > exactly. Some clarification would be good. :-) -- Patty Ayers | www.WebDevBiz.com Free Articles on the Business of Web Development Web Design Contract, Estimate Request Form, Estimate Worksheet -- |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|