如何通过重定向禁用目录文件列表

时间:2018-12-30 19:36:07

标签: php wordpress cpanel

我有一个网站示例:example.com/wp-content/themes/themename/style.css

在其他目录中搜索该目录时,我希望此目录重定向到首页(索引),而不显示我的CSS代码

我的.htaccess文件中有这个

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

0 个答案:

没有答案