Doubt directory xampp

0

I have a question regarding xampp.

I have a folder in htdocs inside the xampp directory.

The question is:

When I access this folder via the web for example: link does not even load a JS page. But when direct access like this: localhost / minhapast loads normally.

Why is this happening? And how to remedy?

    
asked by anonymous 30.03.2016 / 16:11

1 answer

1

I found the solution in Stackoverflow in English (because I do not use Xampp) the free:

"Find the file" httpd-ssl.conf ", below the" SSL Virtual Host Context "comment, which is under port 443 (https), is searched in a different directory, then simply change the" document root "to the same directory and the problem will be resolved."

    
30.03.2016 / 16:33