Welcome to Bucaro TecHelp!

Bucaro TecHelp
HTTPS Encryption not required because no account numbers or
personal information is ever requested or accepted by this site

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact RSS News Feeds News Feeds

What is that Double Forward Slash in the URL?

Your website's statistic server indicates that someone is accessing your site with a URL that contains a double forward slash, an example of which is shown below.

/careers/choose//

Is someone trying to hack your site? Maybe. But most likely it's someone who created a link to your site and didn't format it properly.

Apache and Microsoft IIS web servers will automatically combine multiple forward slashes into a single forward slash. In the case of the example shown above, with no file name after the double forward slash, you're default page (index.html, default.asp, or whatever you've configured as your default page) will be transferred. You did place a default page in that directory, didn't you?

Unfortunately, the web browser, when storing the base URL of the webpage will not be so smart, and all relative links on the page will be broken. This means any relative linked scripts or styles will not be loaded. However, this problem can be solved by using the <base> element to explicitly define the base URL. An example of a <base> element is shown below:

<base href="http://bucarotechelp.com/careers/choose/default.asp" />

The <base> element would be placed in the <head> section of your webpage.

It's actually a good idea to include a base element in your pages even if you're not concerned about double forward slashes because it helps browsers and search spiders resolve your relative links.

More Web Design Coding Issues:
• How To Effortlessly Use Streaming Audio
• Web Designer's Reference
• How to Set Up a Google Search Box on Your Website
• How to Redirect a Web Page Using a 301 Redirect
• Create a Favicon for Your Web Site
• Basic Dynamic Website Security
• How to Hide From Robots
• Understanding SSL Certificate
• Website Updates are a SNAP With Server Side Includes
• Syndicate your own content Using aspSyndicator

RSS Feed RSS Feed

Follow Stephen Bucaro Follow @Stephen Bucaro


Fire HD
[Site User Agreement] [Privacy Policy] [Site map] [Search This Site] [Contact Form]
Copyright©2001-2024 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268