wordpresssamurai
Forum Replies Created
-
Forum: Plugins
In reply to: [BackUpWordPress] Backups Stopped Workingstill no resolution
Forum: Plugins
In reply to: [BackUpWordPress] Backups Stopped WorkingHello? Anyone?
Forum: Plugins
In reply to: [BackUpWordPress] Localhost – will BackUpWordPress work?It worked for us until about a month ago.
Forum: Plugins
In reply to: [BackUpWordPress] Backups Stopped WorkingStill no resolution on this.
Forum: Plugins
In reply to: [BackUpWordPress] Backups Stopped WorkingNo resolution. My last 13 database backups are only 1mb. The Complete Weekly backup started working once I excluded wp-content/uploads, but they are included now again and the completely weekly backup is still working. No explanation.
Forum: Plugins
In reply to: [BackUpWordPress] Backups Stopped WorkingStill unresolved. No backups being made to WordPress website.
Forum: Localhost Installs
In reply to: Can’t access intranet website through iOS phone or tabletThis is how:
https://wpengine.com/support/how-to-change-a-multi-site-primary-domain/No one ever helps me on these forums.
This is how:
https://wpengine.com/support/how-to-change-a-multi-site-primary-domain/No one ever helps me on these forums.
Forum: Localhost Installs
In reply to: Can’t access intranet website through iOS phone or tabletIf you can explain how to do it in regular-site I will try to figure it out. Thanks.
Forum: Localhost Installs
In reply to: Can’t access intranet website through iOS phone or tabletUnfortunately that did not work. Are you able to give additional instruction on adding this .local in both WordPress and in DNS? This may resolve the issue with the site not showing up on iOS devies?
Forum: Localhost Installs
In reply to: Can’t access intranet website through iOS phone or tabletThis is a multi-site installation so I don’t see the site’s URL there.
define(domain_current_site) is set to ‘intranet’
Do I need to configure something in the web.config file?
fix for web.config:
<rule name=”WordPress Rule 4″ 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 5″ stopProcessing=”true”>
<match url=”^([_0-9a-zA-Z-]+/)?([_0-9a-zA-Z-]+/)?(.*\.php)$” ignoreCase=”false” />
<action type=”Rewrite” url=”{R:3}” />
</rule>Forum: Networking WordPress
In reply to: Can’t access 2nd site (sub) dashboard of WordPress MultisiteI found a fix.
https://core.trac.wordpress.org/ticket/24963
This is some kind of bug, it took me many hours to find this solution. I hope it helps someone else!
<rule name=”WordPress Rule 4″ 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 5″ stopProcessing=”true”>
<match url=”^([_0-9a-zA-Z-]+/)?([_0-9a-zA-Z-]+/)?(.*\.php)$” ignoreCase=”false” />
<action type=”Rewrite” url=”{R:3}” />
</rule>New Issue: I created a new site in my multisite installation and can’t access the new site dashboard. Is this another DNS issue?
Fixed Issue: Settings> General> Change localhost WordPress Address and Site Address to DNS names.
Also changed IIS settings and security permissions.