Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter Ray-Lewis

    (@ray-lewis)

    Here is my htmaccess file. It has nothing about www in it:
    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).*) homepages/20/d381605569/htdocs/brilliantbubbles/wordpress/$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ homepages/20/d381605569/htdocs/brilliantbubbles/wordpress/$2 [L]
    RewriteRule . index.php [L]

    But I did find 2 reference to www in my site-new.php file:
    … preg_replace( ‘|^www\.|’, ”, $current_site->domain ) …
    <?php echo preg_replace( ‘|^www\.|’, ”, $current_site->domain ); ?>

    I looked at every folder in my wp setup in filezilla and did not see a web.config file. If you are referring to my wp-config.php file, it has no reference to www in it either.
    Regarding the tools > network setup, I have to assume you are referring to the tools > located in the admin menu, it has no tool for network setup.
    I took the www out of the wp-config file and it gave me an Error establishing database connection error.
    As I am a relative newbie, please be specific in your advice and guidance. Thank you.
    Ray

    Thread Starter Ray-Lewis

    (@ray-lewis)

    Yes, and it has a bunch of stuff in it, but nothing with https://www.briliantbubbles.com.

    What do I need to do?

    Thanks again,
    Ray

    Thread Starter Ray-Lewis

    (@ray-lewis)

    Thank you, Ipstenu. I changed the config and took out the www but that generated an even worse error: site couldn’t be found. I got into my isp (1&1) and went through everything about sql settings, etc. and found nothing that caught my eye.

    I’m sorry to be so ignorant but what do you mean:

    Search your DB for https://www.brighterbubblers.com and manually edit that to brighterbubblers.com

    Thanks again,
    Ray

    Thread Starter Ray-Lewis

    (@ray-lewis)

    I looked at that too but it looks a bit beyond me. I have several wp sites and would love to integrate them into one network, but wow there is too much direct intervention for me at this point in my learning-curve. This has to be a fairly common problem but there does not seem to be a preferred way to address it….

    Thread Starter Ray-Lewis

    (@ray-lewis)

    Nice to know I am not the only one. We can commiserate together.

    What have you tried?

Viewing 5 replies - 16 through 20 (of 20 total)