davebon
Forum Replies Created
-
Forum: Plugins
In reply to: [Forty Four - 404 Plugin for WordPress] Add/Edit Redirect not workingI tried to adjust by going to the database directly “wp_7_fortyfour_logs”.
I was not successful there, so I trashed in dashboard log and tried to recreate, but when I put in the old URL, it does not appear in the 404 logs.Suggestions?
Forum: Plugins
In reply to: [Join My Multisite] Change title on Custom Registration pageMike and Nicole,
First – thanks for your plugin – it is most helpful.
I have the same issues as Nicole regarding the registration page. Can you tell me how to adjust the plugin so it says:“Create your account” rather than “Create your account on NETWORK.com”
Example of where I am having the issues can be found at:
https://millburn.suburbanguides.com/become-member/Thanks,
Dave
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Mapped domain works, subdomain does notOK, I am still stuck.
These are the domain and subdomains of the multisite app:
? https://suburbanguides.com
? https://livingston.suburbanguides.com with mapped domain https://livingstonguides.com
? https://millburn.suburbanguides.com with mapped domain https://millburnguides.com
? https://tutorial.suburbanguides.com with no mapped site.The issue is that if I use the mapped domain – the links works as expected:
Example:
? IN THE MOST BASIC FORM when you go to https://tutorial.suburbanguides.com scroll down and click on “HELLO WORLD” the linked post:
https://tutorial.suburbanguides.com/2014/01/20/hello-world/ DOES NOT WORK.Other Examples
? https://livingstonguides.com/news/ WORKS yet https://livingston.suburbanguides.com/news/ DOES NOT WORK.
? https://millburnguides.com/guides/ WORKS yet https://millburn.suburbanguides.com/guides/ DOES NOT WORK.ALL non-working subdomain links simply go to the home page of the main site at https://suburbanguides.com/
Any suggestions for what I have done wrong here?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Mapped domain works, subdomain does notHi George,
Thanks for your response. Most now is working, thankfully. But what you saw was while the website was in transition from one ISP to another. If you go there now – it will look much better.
I do still have the original issue and I will study the link you sent me – again thanks very much.
Dave
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Mapped domain works, subdomain does notI appreciate your help on this, and I am not sure I understand.
I went to Hostgator.com and explained the issue. They said that (from their end) the mod_rewrite capability was on. However, they were not able to help me with the mapping issue, explained prior.
Can you provide me with further direction?
My .htaccess file looks like the following:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress
Thanks again.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Mapped domain works, subdomain does notHi,
I believe I may have the same issue, and if it is a server issue, what do I request be done at the hosting support?These are the domain and subdomains of the multisite app:
https://suburbanguides.com
https://livingston.suburbanguides.com AKA https://livingstonguides.com
https://millburn.suburbanguides.com AKA https://millburnguides.comAs an example of the issue:
? I can use either https://millburn.suburbanguides.com AKA https://millburnguides.com to get to the site either way correctly.
? If I use https://millburnguides.com/news/ I get to the news page as expected.
? If I use https://millburn.suburbanguides.com/news/ I am sent to the main domain https://suburbanguides.com.Is there a way I can have both working? If this is an issue with the server, what should I request be done. I am using Hostgator.com.
Thanks!