YourOnlineCenter
Forum Replies Created
-
Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageno luck π
It made it worse, lol. the site pages wouldnt show and the pages just kept redirecting to the homepage with no www. and just trying to get to the pages became impossible with that on.
Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageok do u mean this part?
define('WP_DEBUG', false); define('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'youronlinecenter.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); define( 'SUNRISE', 'on' );Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageHi Ipstenu,
Just wondering if there is anything we can do about this as its very weird and just want it sorted.
Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageThis is the reply i just got.
Thank you for your reply. I apologize for any confusion, however, this is not an issue with your DNS settings. I have thoroughly checked the DNS settings of your domain name and they are set properly. It ap;ears you have a redirect set up that causes the www version of your domain to automatically redirect to youronlinecenter.com without www applied. I apologize for the confusion once again, however, this is not a DNS issue nor a server issue. This is definitely an issue with a redirect set on the website, possibly in your .htaccess file as previously stated.
Please note that we are unable to support third party application issues and we do not support the inner functionality of this program. If you are having difficulty using a third party product, we can help troubleshoot that process to the point that we find that the issue lies entirely within the configuration of that product. If you believe the issue is caused by something within our system please reply with as much pertinent information as possible and we will further review the issue.
Please let us know if we can help you in any other way.
Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageNah still not working, i will re-contact godaddy
Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageI also believe its something with the htaccess file as other websites on the server prior to Multi user websites are working perfectly with the www. and none www.
This is currently my htaccess file
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPressForum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageContacted them and they basically said it is the .htaccess
They said put this in it:
RewriteEngine on
rewritecond %{http_host} coolexample.com [nc]
rewriterule (.*)$ http://www.coolexample.com/$1 [r=301,nc]I put it in and nothing changed. but not sure if i need to edit part of the wordpress multi-user htaccess part.
Feels like iam going round in circles.
Any help would be much appreciated.
Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageThe sites are mapped to separate domains at a later stage and before being mapped they are subfolders
Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageVery strange, on a sub site when i go to http://www.example.com/page it works, it just takes the www. out but still goes to the page.
so its only affecting my main site. very weird.
Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageno i just have the standard set up from when you install multi-site.
Forum: Networking WordPress
In reply to: When using www. to get to a page redirects to homepageThanks for the quick response,
Yes it does it to both blog posts and pages.
the site is set up as domain.com
I am using subfolders as well.