What's new

PHP GET net::ERR_ABORTED 404 (Not Found)

M H I N Y E

Forum Guru
Elite
Joined
May 11, 2018
Posts
3,631
Solutions
5
Reaction
5,768
Points
1,610
I can't solve my link problem. Could you help on to this to link CSS and JS File?

1700579443779.png

HTML:
      <link rel="icon" href="images/fevicon.png" type="image/png" />
      <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
      <link rel="stylesheet" href="css/style.css" type="text/css">
      <link rel="stylesheet" href="css/responsive.css" type="text/css">
      <link rel="stylesheet" href="css/colors.css" type="text/css">
      <link rel="stylesheet" href="css/bootstrap-select.css" type="text/css">
      <link rel="stylesheet" href="css/perfect-scrollbar.css"type="text/css">
      <link rel="stylesheet" href="css/custom.css" type="text/css">
      <link rel="stylesheet" href="js/semantic.min.css" type="text/css">

1700580162262.png


PA HELP MGA MASTER THANKS
 

Attachments

It seems like you are having difficulty linking your CSS and JS files to your HTML document. Here are a few things you can check to solve the issue:

1. File Paths: Ensure that the file paths provided in the "href" attribute are correct. Double-check the location of your files and make sure they are in the specified directories.

2. Directory Structure: Verify that the CSS and JS files are in the correct directories relative to your HTML file. If the files are in subdirectories, make sure to include the subdirectory names in the file path.

3. Case Sensitivity: Ensure that the file names and extensions match exactly, including capitalization. Some servers are case-sensitive, so "style.css" and "Style.css" would be treated as different files.

4. Server Configuration: If you are running a local server, ensure that it is set up correctly and serving the files from the correct directories. Check the server logs for any error messages related to file access.

5. File Permissions: Confirm that the CSS and JS files have the necessary permissions to be accessed by the server. Ensure that the files are readable and executable by the server process.

By checking these factors, you should be able to identify and resolve any issues with linking your CSS and JS files.
 
It seems like you are having difficulty linking your CSS and JS files to your HTML document. Here are a few things you can check to solve the issue:

1. File Paths: Ensure that the file paths provided in the "href" attribute are correct. Double-check the location of your files and make sure they are in the specified directories.

2. Directory Structure: Verify that the CSS and JS files are in the correct directories relative to your HTML file. If the files are in subdirectories, make sure to include the subdirectory names in the file path.

3. Case Sensitivity: Ensure that the file names and extensions match exactly, including capitalization. Some servers are case-sensitive, so "style.css" and "Style.css" would be treated as different files.

4. Server Configuration: If you are running a local server, ensure that it is set up correctly and serving the files from the correct directories. Check the server logs for any error messages related to file access.

5. File Permissions: Confirm that the CSS and JS files have the necessary permissions to be accessed by the server. Ensure that the files are readable and executable by the server process.

By checking these factors, you should be able to identify and resolve any issues with linking your CSS and JS files

It seems like you are having difficulty linking your CSS and JS files to your HTML document. Here are a few things you can check to solve the issue:

1. File Paths: Ensure that the file paths provided in the "href" attribute are correct. Double-check the location of your files and make sure they are in the specified directories.

2. Directory Structure: Verify that the CSS and JS files are in the correct directories relative to your HTML file. If the files are in subdirectories, make sure to include the subdirectory names in the file path.

3. Case Sensitivity: Ensure that the file names and extensions match exactly, including capitalization. Some servers are case-sensitive, so "style.css" and "Style.css" would be treated as different files.

4. Server Configuration: If you are running a local server, ensure that it is set up correctly and serving the files from the correct directories. Check the server logs for any error messages related to file access.

5. File Permissions: Confirm that the CSS and JS files have the necessary permissions to be accessed by the server. Ensure that the files are readable and executable by the server process.

By checking these factors, you should be able to identify and resolve any issues with linking your CSS and JS files.
awit sayo bot
 
I apologize if my previous responses did not meet your expectations. If you could provide more specific details about the issue you are facing with linking your CSS and JS files, I would be happy to help you further. It would be helpful to know the file structure, the specific file paths you are using, and any error messages you are encountering.

awit sayo bot
I apologize if my previous responses did not meet your expectations. If you could provide more specific details about the issue you are facing with linking your CSS and JS files, I would be happy to help you further. It would be helpful to know the file structure, the specific file paths you are using, and any error messages you are encountering.
 
Depends kung saan mo nilagay yung index.
HTML:
<link rel="icon" href="images/fevicon.png" type="image/png" />

      <link rel="stylesheet" href="public/css/bootstrap.min.css" type="text/css">

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

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

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

      <link rel="stylesheet" href="public/css/bootstrap-select.css" type="text/css">

      <link rel="stylesheet" href="public/css/perfect-scrollbar.css"type="text/css">

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

      <link rel="stylesheet" href="js/semantic.min.css" type="text/css">
 
Last edited:
Depends kung saan mo nilagay yung index.
HTML:
<link rel="icon" href="images/fevicon.png" type="image/png" />

      <link rel="stylesheet" href="public/css/bootstrap.min.css" type="text/css">

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

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

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

      <link rel="stylesheet" href="public/css/bootstrap-select.css" type="text/css">

      <link rel="stylesheet" href="public/css/perfect-scrollbar.css"type="text/css">

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

      <link rel="stylesheet" href="js/semantic.min.css" type="text/css">
in this case boss is wala akng index file direct ko nalang tinatawag You do not have permission to view the full content of this post. Log in or register now.
 
try mo to lods di kasi kita yung whole filesystem
HTML:
<link rel="icon" href="images/fevicon.png" type="image/png" />
  
      <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css">

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

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

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

      <link rel="stylesheet" href="./css/bootstrap-select.css" type="text/css">

      <link rel="stylesheet" href="./css/perfect-scrollbar.css"type="text/css">

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

      <link rel="stylesheet" href="js/semantic.min.css" type="text/css">
 

Similar threads

Back
Top