.htaccess allow localhost problem

后端 未结 5 1253
走了就别回头了
走了就别回头了 2020-12-08 22:05

Here is the situation...

I have a cron job scheduled to run that is used to backup my database. Because of the way php is installed, I\'m having to use lynx to hit t

5条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 22:52

    Try to add .htaccess file in your /assets/ folder with this content:

    Options +Indexes
    # or #
    IndexIgnore *
    

    This way you will see your folder empty in browser.

提交回复
热议问题