Skip to content

Error 404 with the movies and tv shows page's #70604

Closed Answered by seyLu
GabiMuresan22 asked this question in Pages
Discussion options

You must be logged in to vote

Hi @GabiMuresan22,

I've deployed a copy of your site. Things to note:

  • Add a base href on every html file:
    <title>Flixx</title>
+   <base href="/Flixx-Movie-Website/" />
  </head>    
  • Update all links to be relative to the current page. Examples:
-  <div class="logo"><a href="/">FLIXX</a></div>
+  <div class="logo"><a href="#">FLIXX</a></div>

...

-  <a class="nav-link" href="/shows.html">TV Shows</a>
+  <a class="nav-link" href="shows.html">TV Shows</a>

...

-  <form action="search.html" class="/search-form">
+  <form action="search.html" class="search-form">

...

-  <img src="../images/no-image.jpg" class="card-img-top" alt="" />
+  <img src="images/no-image.jpg" class="card-i…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by LiteBrite82
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo Question
3 participants