我刚从某人那里继承了一个ExpressionEngine网站,但没有太多关于它如何放在一起的文档。我正在尝试设置301重定向,但htaccess文件被忽略。我在与索引文件相同的目录中有一个名为.htaccess的文件,但它没有被读取。
我们的IT部门说Apache中的AllowOverride设置为“all”,他们怀疑问题出在ExpressionEngine中。 ExpressionEngine中是否有一个可以启用/禁用htaccess的地方,或者这是一个Apache的东西?
谢谢!
答案 0 :(得分:0)
感谢。这是我在htaccess文件中的内容:
# Standard .htaccess file
# Secure .htaccess file
<Files .htaccess>
order allow,deny
deny from all
</Files>
Redirect 301 /index.php/info_resources/sites http://www.cptc.edu/index.php/site_directory/
# Don't show any directory without an index file
Options -Indexes
# Dont list files in index pages
IndexIgnore *
# EE 404 page for missing pages
# May differ depending on where your template is located.
ErrorDocument 404 /index.php?/site/404