文件操作 - web.config
返回文件管理
返回主菜单
删除本文件
文件: /root/.local/share/Trash/files/essecivi--com/--all-old/web.config
编辑文件内容
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="WordPress: http://www.essecivi.com" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule></rules> </rewrite> <handlers> <remove name="PHP53_via_FastCGI" /> <add name="PHP 7.1" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\php71\php-cgi.exe" resourceType="Either" /> </handlers> <urlCompression doStaticCompression="false" doDynamicCompression="false" /> <caching enabled="true" enableKernelCache="true" /> </system.webServer> </configuration>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件