开发者

How to fix the directory that shows me a "forbidden" message when i open it in the browser?

开发者 https://www.devze.com 2023-01-20 17:36 出处:网络
I was using a hosting to run my site, lately it has been working fine but tod开发者_开发技巧ay i opened the site in the browser at \"http://www.arquisanjose.org/ver2\" and shows me the following messa

I was using a hosting to run my site, lately it has been working fine but tod开发者_开发技巧ay i opened the site in the browser at "http://www.arquisanjose.org/ver2" and shows me the following message:

How to fix the directory that shows me a "forbidden" message when i open it in the browser?

i´ll appreciate some of your help...


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


check your access permissions on the directory, they should be something like this:

  • Numerical: 0755
  • Flags: DRWXR-XR-X

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消