ACC SHELL

Path : /srv/www/vhosts/usoenergy/www/
File Upload :
Current File : /srv/www/vhosts/usoenergy/www/web.config

<?xml version="1.0" encoding="UTF-8"?>

<!-- IIS configuration file -->

<configuration>
	<system.webServer>
		<rewrite>
			<rules>
				<rule name="Enable COOL URL" stopProcessing="true">
					<match url="\.(pdf|js|ico|gif|jpg|png|css|rar|zip|tar\.gz)$" ignoreCase="false" negate="true" />
					<conditions logicalGrouping="MatchAll">
						<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
						<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
					</conditions>
					<action type="Rewrite" url="index.php" />
				</rule>
			</rules>
		</rewrite>
	</system.webServer>
</configuration>

ACC SHELL 2018