Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter joshtate2001

    (@joshtate2001)

    Go to phpmyadmin on IIS? is there not another way? My multisite install of WordPress is on a Server 2012 box running IIS. I have not used phpmyadmin on this paritcular box. I have ysed phpmyadmin when I had sites that were on a hosting servers server.

    Thread Starter joshtate2001

    (@joshtate2001)

    ADDITIONAL NOTES:

    When I originally setup this multi-site install, it was done as http and not https. Since I have a few child sites now, I disabled the http and enabled the https binding with certificate in IIS.
    The links for the child sites were all changed to https and work great. There permalink settings were also all changed to https from http. The main (root site; /) still tried to pull http and cannot since I have http disabled in IIS. Do not know how to fix that. The child sites were easy to fix via editing the site aND UNDER THE settings tabe, changing the Siteurl to https:// instead of https://. When I try this with the main site, Siteurl and Home are grayed out.

    I do not know if this is whay I cannot get the RSS Feed to work from child site to child site.

    Thread Starter joshtate2001

    (@joshtate2001)

    Here is the error. I was going to try and attach a screenshot but cannot.

    Searched for feeds at https://wordpress.campbell.edu/joshtate/feed
    Error: FeedWordPress couln’t find any feeds at https://wordpress.campbell.edu/joshtate/feed. Try another URL

    Diagnostic Information

    HTTP Transport failure
    SSL certificate problem: unable to get local issuer certificate

    HTTP Transport:

    1. string(12) “WP_HTTP_curl”

    Thread Starter joshtate2001

    (@joshtate2001)

    My web.config

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <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-]+/)?wp-admin$” ignoreCase=”false” />
    <action type=”Redirect” url=”{R:1}wp-admin/” redirectType=”Permanent” />
    </rule>
    <rule name=”WordPress Rule 3″ 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 4″ stopProcessing=”true”>
    <match url=”^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)” ignoreCase=”false” />
    <action type=”Rewrite” url=”{R:1}” />
    </rule>
    <rule name=”WordPress Rule 5″ stopProcessing=”true”>
    <match url=”^([_0-9a-zA-Z-]+/)?([_0-9a-zA-Z-]+/)?(.*\.php)$” ignoreCase=”false” />
    <action type=”Rewrite” url=”{R:2}” />
    </rule>
    <rule name=”WordPress Rule 6″ stopProcessing=”true”>
    <match url=”.” ignoreCase=”false” />
    <action type=”Rewrite” url=”index.php” />
    </rule>
    <rule name=”HTTP to HTTPS redirect” stopProcessing=”true”>
    <match url=”(.*)” />
    <conditions>
    <add input=”{HTTPS}” pattern=”off” ignoreCase=”true” />
    </conditions>
    <action type=”Redirect” redirectType=”Found” url=”https://{HTTP_HOST}/{R:1}” />
    </rule>
    </rules>
    </rewrite>
    <defaultDocument>
    <files>
    <add value=”index.php” />
    </files>
    </defaultDocument>
    </system.webServer>
    </configuration>

    Thread Starter joshtate2001

    (@joshtate2001)

    My web.config

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <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-]+/)?wp-admin$” ignoreCase=”false” />
    <action type=”Redirect” url=”{R:1}wp-admin/” redirectType=”Permanent” />
    </rule>
    <rule name=”WordPress Rule 3″ 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 4″ stopProcessing=”true”>
    <match url=”^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)” ignoreCase=”false” />
    <action type=”Rewrite” url=”{R:1}” />
    </rule>
    <rule name=”WordPress Rule 5″ stopProcessing=”true”>
    <match url=”^([_0-9a-zA-Z-]+/)?([_0-9a-zA-Z-]+/)?(.*\.php)$” ignoreCase=”false” />
    <action type=”Rewrite” url=”{R:2}” />
    </rule>
    <rule name=”WordPress Rule 6″ stopProcessing=”true”>
    <match url=”.” ignoreCase=”false” />
    <action type=”Rewrite” url=”index.php” />
    </rule>
    <rule name=”HTTP to HTTPS redirect” stopProcessing=”true”>
    <match url=”(.*)” />
    <conditions>
    <add input=”{HTTPS}” pattern=”off” ignoreCase=”true” />
    </conditions>
    <action type=”Redirect” redirectType=”Found” url=”https://{HTTP_HOST}/{R:1}” />
    </rule>
    </rules>
    </rewrite>
    <defaultDocument>
    <files>
    <add value=”index.php” />
    </files>
    </defaultDocument>
    </system.webServer>
    </configuration>

    Thread Starter joshtate2001

    (@joshtate2001)

    No responses? Any takers?
    Having the same issue as a couple others with the exception of not having the .htaccess file beacause I am running WordPRess on IIS platform. Really could use some help though.

    Thread Starter joshtate2001

    (@joshtate2001)

    Also, need to mention wordpress is installed on a Windows Server 2012 running IIS.

Viewing 7 replies - 16 through 22 (of 22 total)