Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何重置 .htaccess 文件?起初它可以工作,然后我进行了更改,但是当我看到我所做的更改不起作用时,我立即上传了原始文件。然后我的网站卡住了。我的文件前总是有两个 www。我需要帮助来解决这个问题。谢谢你。
为了让 apache 看到您对 .htaccess 文件所做的更改,您只需使用/etc/init.d/httpd restartor /etc/init.d/apache2(Debian) 重新启动 Apache。
/etc/init.d/httpd restart
/etc/init.d/apache2