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:
http://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:
• http://suburbanguides.com
• http://livingston.suburbanguides.com with mapped domain http://livingstonguides.com
• http://millburn.suburbanguides.com with mapped domain http://millburnguides.com
• http://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 http://tutorial.suburbanguides.com scroll down and click on “HELLO WORLD” the linked post:
http://tutorial.suburbanguides.com/2014/01/20/hello-world/ DOES NOT WORK.Other Examples
• http://livingstonguides.com/news/ WORKS yet http://livingston.suburbanguides.com/news/ DOES NOT WORK.
• http://millburnguides.com/guides/ WORKS yet http://millburn.suburbanguides.com/guides/ DOES NOT WORK.ALL non-working subdomain links simply go to the home page of the main site at http://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 WordPressThanks 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:
http://suburbanguides.com
http://livingston.suburbanguides.com AKA http://livingstonguides.com
http://millburn.suburbanguides.com AKA http://millburnguides.comAs an example of the issue:
• I can use either http://millburn.suburbanguides.com AKA http://millburnguides.com to get to the site either way correctly.
• If I use http://millburnguides.com/news/ I get to the news page as expected.
• If I use http://millburn.suburbanguides.com/news/ I am sent to the main domain http://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!