I was using a hosting to run my site, lately it has been working fine but today i opened the site in the browser at "http://www.arquisanjose.org/ver2" and shows me the following message:
i´ll appreciate some of your help...
I was using a hosting to run my site, lately it has been working fine but today i opened the site in the browser at "http://www.arquisanjose.org/ver2" and shows me the following message:
i´ll appreciate some of your help...
check your access permissions
on the directory
, they should be something like this:
Edit: From your screenshot, it looks like you've got some kind of authentication module (mod_auth_passthrough
).. you might check to make sure it's configured properly.
You may not have the Options directive configured correctly for that folder. To enable for just that folder, you can drop an .htaccess with the following in that folder:
Options +Indexes