我们在Node.js Nitrous容器中添加了一个.htaccess文件,但它没有出现在我们的文件列表中,因此我们无法对其进行编辑,但它无法正常工作。当我们尝试创建一个新的时,它说已经有一个具有该名称的文件。任何想法为什么这是或如何解决它?
非常感谢!
答案 0 :(得分:0)
有两种方法可以查看Nitrous上的隐藏文件:
<?xml version="1.0"?>
<config>
<modules>
<Electricjesus_Notifyowner>
<version>0.1.0</version>
</Electricjesus_Notifyowner>
</modules>
<global>
<models>
<notifyowner>
<class>Electricjesus_Notifyowner_Model</class>
</notifyowner>
</models>
<events>
<sales_order_payment_pay>
<observers>
<notifyOwnerEvent>
<class>notifyowner/observer</class>
<method>notifyOwnerEvent</method>
</notifyOwnerEvent>
</observers>
</sales_order_payment_pay >
</events>
</global>
以显示隐藏文件。您可以通过控制台使用emacs或vim编辑文件。