John Davidson

php - When I open a page from browser localhost it's different than when I'm opening it from htdocs folder

0 comments
Message:


Error


Good


The 'Error' pic is what I get when I go on localhost, browse through pages and end up there.
The 'Good' pic is what I want to achieve, that is what I get when I specifically open the page from the htdocs folder.


The change in the font is well made, saved, as you can see in the second picture. I just cannot seem to understand why it redirects me to the old page ( that's how it used to look).


This is how I made the redirect in the pages : <a href="../../Doggo-success/dist/index.html"> TEXT </a>



My Answer:
will execute the PHP code written in that page and display the output on the browser. This can include HTML, CSS, and JavaScript along with the PHP code. The PHP code is processed on the server side before the page is sent to the browser, so the user will only see the final output of the PHP code.

Rate this post

4 of 5 based on 3275 votes

Comments




© 2024 Hayatsk.info - Personal Blogs Platform. All Rights Reserved.
Create blog  |  Privacy Policy  |  Terms & Conditions  |  Contact Us