文件操作 - .htaccess
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/shopware/.htaccess
编辑文件内容
# This file will be overwritten on any Shopware Update. For adjustments edit the .htaccess file inside the public folder DirectoryIndex index.html index.php <IfModule mod_negotiation.c> Options -MultiViews </IfModule> <IfModule mod_alias.c> # Restrict access to VCS directories RedirectMatch 404 /\\.(svn|git|hg|bzr|cvs)(/|$) # Restrict access to root folder files RedirectMatch 404 /(composer\.(json|lock|phar)|README\.md|\.gitignore|.*\.dist|\.env.*)$ </IfModule> <IfModule mod_alias.c> RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public </IfModule>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件