donglin7979 2017-07-24 11:17
浏览 37
已采纳

Html文件无法在php目录脚本网站上运行

I have php web directory. I am trying to create sub folder with html template in it, but the issue is the server is showing following error"Apache Server at www.mydomain.com Port 80".

I have default empty .htaccess file.

This is the path where I have uploaded my html file.

http://www.mddir.com/movie/top-indian-movies/

Please help me to make this html file live.

  • 写回答

1条回答 默认 最新

  • donglue8180 2017-07-24 12:53
    关注

    showing following error: "Apache Server at www.mydomain.com Port 80".

    That is not an error, that is simply the directory listing when accessing the directory and the directory index document is not available.

    It would seem you don't have a directory index enabled (or it's not set for index.html).

    And I'm guessing you don't want to see a directory listing either.

    Try adding the following to your .htaccess file:

    # Disable directory listings
    Options -Indexes
    
    # Load index.html when requesting the bare directory
    DirectoryIndex index.html
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 SPSS分类模型实训题步骤
  • ¥15 求解决扩散模型代码问题
  • ¥15 工创大赛太阳能电动车项目零基础要学什么
  • ¥20 limma多组间分析最终p值只有一个
  • ¥15 nopCommerce开发问题
  • ¥15 torch.multiprocessing.spawn.ProcessExitedException: process 1 terminated with signal SIGKILL
  • ¥15 QuartusⅡ15.0编译项目后,output_files中的.jdi、.sld、.sof不更新怎么解决
  • ¥15 pycharm输出和导师的一样,但是标红
  • ¥15 想问问富文本拿到的html怎么转成docx的
  • ¥15 我看了您的文章,遇到了个问题。