When I create a site it appears to have been created but when I go to the new site the browser says: The webpage cannot be found.
This is running on a VPS running CentOS 6
Any assistance would be greatly appreciated.
I have updated my /var/www/html/wp-config.php to include:
Define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘192.210.207.77’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
My /var/www/html/.htaccess file contains:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [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).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPress
When
]]>Have done this with tonnes of websites, never had this problem before
]]>The production website’s domain was kube57.tv until we finished, changed it to kube57.com — did not move servers — followed the instructions in the codex, went in to myphpadmin, changed the URL there, changed it in the settings page within wordpress, and used search and replace plugin and virtually everything is fine.
However
I’m noticing that some other people visiting the site have complained that some of the pages are giving them “page not found” error (more like “website does not exist”) when they go to certain pages. I’ve asked them to send me the URL of those pages that supposedly don’t exist — they do exist and I can immediately access those pages.
It’s been 24 hours since the transition — I originally blamed DNS propagation but now I’m starting to wonder if it’s a WordPress thing. I have w3 total cache that I have emptied all databases/caches and it has not helped.
Any ideas? Suggestions? Things for me to check?
]]>This is the message –
Oops! Google Chrome could not find xxxxxxxx.com
Please help.
]]>https://www.fergalmcgrathphotography.com:4001/
Firefox can’t establish a connection to the server at www.fergalmcgrathphotography.com:4001.
I’ve been trying everything I can think of to get this working but its just not happening. Any advice from the wiser among us would be most appreciated
]]>www.vivocoaching.com/blog
but once you click on any (!) of the individual posts. e.g.
https://www.vivocoaching.com/blog/2010/08/31/the-definition-of-success/
Google Chrome says
“Oops! This link appears to be broken.
Suggestions:
Access a cached copy of www.vivocoaching.com/blog/2010/08/31/the-definition-of-success/
Go to www.vivocoaching.com
Search on Google: …”
With other browsers I get similar error messages. The hosting provider says everything ok on their end.
Any experience with this? Appreciate your help! Thanks,
Gerrit
]]>