Viewing 13 replies - 1 through 13 (of 13 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    They work for me.

    Well, the main one does. Seconds Please is missnig.

    Thread Starter amore5144

    (@amore5144)

    im sorry i dont understand, what is missing?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Thread Starter amore5144

    (@amore5144)

    yes you are correct…
    main site – http://blog.foodservicewarehouse.com/seconds
    feed – http://blog.foodservicewarehouse.com/seconds/feed

    the feed still gets 404

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Did you turn on RSS feeds for the subsite?

    Did you move over the rewrite rules too?

    Thread Starter amore5144

    (@amore5144)

    hmm turn it on… i dont see how to do this?

    Thread Starter amore5144

    (@amore5144)

    rewrite rules, here is a copy of the web.config
    ________________________________________________________

    <configuration>
    <system.webServer>
    <rewrite>
    <rules><rule name=”WordPress Rule 1″ stopProcessing=”true”><match url=”^index\.php$” ignoreCase=”false”/><action type=”None”/></rule><rule name=”WordPress Rule 2″ stopProcessing=”true”><match url=”^([_0-9a-zA-Z-]+/)?files/(.+)” ignoreCase=”false”/><action type=”Rewrite” url=”wp-includes/ms-files.php?file={R:2}” appendQueryString=”false”/></rule><rule name=”WordPress Rule 3″ stopProcessing=”true”><match url=”^([_0-9a-zA-Z-]+/)?wp-admin$” ignoreCase=”false”/><action type=”Redirect” url=”{R:1}wp-admin/” redirectType=”Permanent”/></rule><rule name=”WordPress Rule 4″ stopProcessing=”true”><match url=”^” ignoreCase=”false”/><conditions logicalGrouping=”MatchAny”><add input=”{REQUEST_FILENAME}” matchType=”IsFile” ignoreCase=”false”/><add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” ignoreCase=”false”/></conditions><action type=”None”/></rule><rule name=”WordPress Rule 5″ stopProcessing=”true”><match url=”^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)” ignoreCase=”false”/><action type=”Rewrite” url=”{R:2}”/></rule><rule name=”WordPress Rule 6″ stopProcessing=”true”><match url=”^([_0-9a-zA-Z-]+/)?(.*\.php)$” ignoreCase=”false”/><action type=”Rewrite” url=”{R:2}”/></rule><rule name=”WordPress Rule 7″ stopProcessing=”true”><match url=”.” ignoreCase=”false”/><action type=”Rewrite” url=”index.php”/></rule>
    <rule name=”wordpress – Rule 1″ stopProcessing=”true”>
    <match url=”^index\.php$” ignoreCase=”false”/>
    <action type=”None”/>
    </rule>
    <rule name=”wordpress – Rule 2″ stopProcessing=”true”>
    <match url=”^([_0-9a-zA-Z-]+/)?files/(.+)” ignoreCase=”false”/>
    <action type=”Rewrite” url=”wp-includes/ms-files.php?file={R:2}” appendQueryString=”false”/>
    </rule>
    <rule name=”wordpress – Rule 3″ stopProcessing=”true”>
    <match url=”^([_0-9a-zA-Z-]+/)?wp-admin$” ignoreCase=”false”/>
    <action type=”Redirect” url=”{R:1}wp-admin/” redirectType=”Permanent”/>
    </rule>
    <rule name=”wordpress – Rule 4″ stopProcessing=”true”>
    <match url=”^” ignoreCase=”false”/>
    <conditions logicalGrouping=”MatchAny”>
    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” ignoreCase=”false”/>
    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” ignoreCase=”false”/>
    </conditions>
    <action type=”None”/>
    </rule>
    <rule name=”wordpress – Rule 5″ stopProcessing=”true”>
    <match url=”^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)” ignoreCase=”false”/>
    <action type=”Rewrite” url=”{R:2}”/>
    </rule>
    <rule name=”wordpress – Rule 6″ stopProcessing=”true”>
    <match url=”^([_0-9a-zA-Z-]+/)?(.*\.php)$” ignoreCase=”false”/>
    <action type=”Rewrite” url=”{R:2}”/>
    </rule>
    <rule name=”wordpress – Rule 7″ stopProcessing=”true”>
    <match url=”.” ignoreCase=”false”/>
    <action type=”Rewrite” url=”index.php”/>
    </rule></rules>
    </rewrite>
    </system.webServer>
    </configuration>

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    What server are you on? NGIX or something?

    @ipstenu see the first line of the OP πŸ™‚

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Windows can run Nginx. And Apache. πŸ™‚

    Thread Starter amore5144

    (@amore5144)

    i understand windows can run these programs but i have everything working besides the feeds on some pages i would love to just find out how to fix this?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    The answer is that your redirects aren’t taking the feed address into consideration. But…

    Well I don’t know windows servers. I was wondering it your webserver was something I MIGHT be familiar with. Where did you get that web.config stuff?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘RSS Feeds not working.. on all sites 404 – File or directory not found.’ is closed to new replies.