Problems interpreting html files

0

Good afternoon community,

At this moment I have a problem with the call of some html files and I really have no idea what it could be.

I have two files called from different folders inside the apache root folder, in one folder the html file opens without problems and the other only shows me the html code. What do you think is the situation?

The code is just this, in both files:

<pre>
<p>Hola Mundo</p>
</pre>

Link that interprets: link

Link that does not interpret: link

    
asked by Luis Alfredo Serrano Díaz 09.07.2018 в 21:46
source

1 answer

0

The whole problem occurred because I had a .htaccess file saved and hidden in the routes where the code was affected. The only thing I did was to delete the file and the problem was solved.

    
answered by 12.07.2018 / 15:22
source