Current Path :
/
home
/
develito
/
public_html
/
components
/
com_akeeba
/
Dispatcher
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/components/com_akeeba/Dispatcher/web.config
<?xml version="1.0"?> <!-- This only works on IIS 7 or later. See https://www.iis.net/configreference/system.webserver/security/requestfiltering/fileextensions --> <configuration> <system.webServer> <security> <requestFiltering> <fileExtensions allowUnlisted="false" > <clear /> <add fileExtension=".html" allowed="true"/> </fileExtensions> </requestFiltering> </security> </system.webServer> </configuration>