Base URL


3 Ponds

Recommended Posts

I am designing my site using HTML4. I have set a base URL of

www.sitename.com/home/username/public_html

When I mouse over hyperlinks on my home page to attempt to go to another page of my site, the status bar shows the URL as

www.sitename.com/home/username/public_html/newpage.html

but I get a path error. Yes, the newpage.html is in the public_html directory.

I originally had the base URL set as www.sitename.com/public_html but that didn't work and I noticed that the control panel added the home/username to the path it was uploading to so I thought I had found the problem. Unfortunately, that was not the case.

What am I missing? Dave

Link to comment
Share on other sites

I imagine the software you're using when they say base url they're talking about it as the url of the site. So you'd want just / or blank or whatever it is to make so it's nothing. Then you just upload your files to the public_html folder as you have.

Link to comment
Share on other sites

So the correct path to the public_html would include the home/username as in www.sitename.com/home/username/public_html/? I am not sure I am using the correct path to get to my public_html directory.

I am new at web site programming but from what I have read, the title gets a base URL with the path to the public_html directory on the website and then anywhere you want to call up a sub-directory within the public_html directory, you create a href link file and it points to the public_html. Do I understand this correctly?

Dave

Edited by 3 Ponds
Link to comment
Share on other sites

You're completly incorrect the base url is just nothing.

/home/username/public_html is where your site starts serving files. So if you upload a file there is goes to http://sitename.com/ . It does not go to http://sitename.com/home/username/public_html/

So say you upload two files index.html and page.html to your public_html folder and wanted to link from index.html to page.html your href would just be page.html. It would not have any extra paths or anything like that

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...