我的.htaccess文件无法在bluehost下运行

时间:2015-07-23 07:06:39

标签: php apache .htaccess webserver bluehost

在bluehost(运行apache)的public_html文件夹中,有一个.htaccess文件夹,如下所示;

# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

public_html文件夹包含在主文件夹中,该主文件夹没有。htacess文件,我尝试添加下面的文件但没有更改。

无论如何,我已将目录放入public_html文件夹,我已将此目录称为#34;试验&#34;。我在这个目录中放了一个.htaccess文件,文件在下面;

Options -Indexes

但是当我没有index.html个文件时,它仍会列出我在&#34;试验中的所有文件&#34;列表格式的目录。这很糟糕,因为黑客可以知道一切,我怎么能阻止这个?我尝试了他们的聊天,最后找到了一个无法解决问题的人......

1 个答案:

答案 0 :(得分:0)

Myclass obj2 = (Myclass)obj1.MemberwiseClone();

您需要在public_html文件夹中添加它。如果你将它添加到任何其他文件夹中它将无法工作,它需要在public_html