Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8612037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:31:41+00:00 2026-06-12T04:31:41+00:00

Hi I have a spip website that I need to get working on my

  • 0

Hi I have a spip website that I need to get working on my localmachine.

I copied everything over and the site seems to be “working” with all the databases.

The problem is I think there is a base href set.

The stylesheet in the header was linked like this:

<link rel="stylesheet" type="text/css" href="/css/style.css" />

and was not working as it was going to the root of the localhost instead of the website folder.

However changing the link to this (without the forward slash) works perfectly.

<link rel="stylesheet" type="text/css" href="css/style.css" />

The problem is I have tons of links on the site that are all acting like this. Is there anywhere I can look to see what is causing this? I can’t find a base href set anywhere and the htaccess file seems to have no effect.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T04:31:42+00:00Added an answer on June 12, 2026 at 4:31 am

    Resource URLs and link hrefs that begin with a slash (/) do not use the <base href="xyz"> value. They tell the browser to fetch the resource from the root of the host/domain path.

    For example, if you have:

    <base href="http://mysite.com/res/">
    
    <!-- style sheet 1 -->
    <link rel="stylesheet" type="text/css" href="/css/style.css" />
    
    <!-- style sheet 2 -->
    <link rel="stylesheet" type="text/css" href="css/style.css" />
    

    style sheet 1 will attempt to fetch it from http://mysite.com/css/style.css regardless of the base href value, since its URL starts with a / indicating host document root.

    style sheet 2 however will use the base href value and attempt to fetch it from http://mysite.com/res/css/style.css

    Possible Solutions

    1. Update your HTML/PHP/JSP etc. to remove the / prefix from all your style sheet urls, links, images etc. You should probably be able to find and replace this using a good editor like Notepad ++

    2. Ugly way – Modify those URLs using some JS after your page loads. This has a problems that the user will likely see wrong/incomplete content before the JS completes execution.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have a photography site that I want to prevent image copying from. How can
Have a problem that seems easy on paper but i'm having a big problem
Have been trying to get integration testing working with my seam project and the
Have a network location that shows paths in the 8.3 short format. I need
Have a client who is looking at developing a site where clients get access
Have some div elements on a page that I need to hide by default
Have a SQL problem, adding this model all works correctly, the problem is in
Have a simple form that has a PictureBox in one location. I want to
Have written all the code in a silverlight class library (dll) and linked this
Have a linking (or ref) table which has a dual primary key. Need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.