Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 134480

Shekki on "No Input file specified..."

$
0
0

Hey i think i broke my site ive been building. None of the links take you where theyre supposed to instead they throw the No Input file specified error, pretty sure the problem is in my web.config file

ill paste the text from it

/<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlMaxAge="14.00:00:00" cacheControlMode="UseMaxAge"/>
</staticContent>
<urlCompression doDynamicCompression="true" dynamicCompressionBeforeCache="true"/>
<caching>
<profiles>
<add extension=".jpg" policy="CacheForTimePeriod" duration="00:01:00" varyByHeaders="Accept-Language"/>
<add extension=".css" policy="CacheForTimePeriod" duration="00:01:00" varyByHeaders="Accept-Language"/>
<add extension=".js" policy="CacheForTimePeriod" duration="00:01:00" varyByHeaders="Accept-Language"/>
<add extension=".jpeg" policy="CacheForTimePeriod" duration="00:01:00" varyByHeaders="Accept-Language"/>
<add extension=".gif" policy="CacheForTimePeriod" duration="00:01:00" varyByHeaders="Accept-Language"/>
<add extension=".png" policy="CacheForTimePeriod" duration="00:01:00" varyByHeaders="Accept-Language"/>
<add extension=".ico" policy="CacheForTimePeriod" duration="00:01:00" varyByHeaders="Accept-Language"/>
</profiles>
</caching>
<rewrite>
<rules>
<rule name="wordpress" 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>
</system.webServer>
</configuration>
/


Viewing all articles
Browse latest Browse all 134480

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>