Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter kend1

    (@kend1)

    nevermind

    Thread Starter kend1

    (@kend1)

    I am using WordPress 4.2.4 with Crawford theme, and a static homepage.
    I want a more compact look so that the important info is visible without scrolling down. The meta slider content compliments the logo, so it seemed fit to decrease the size of the logo and place them side by side, thus moving everything up the page.

    Thread Starter kend1

    (@kend1)

    Great… thanks for the quick reply. The site works and posts publish fine, I was just concerned. I’ll watch for update.

    Thread Starter kend1

    (@kend1)

    I guess no one has an answer

    Thread Starter kend1

    (@kend1)

    This is the contents of htaccess

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /index.php/
    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).*) home/newhorizonsaba/public_html/$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ home/newhorizonsaba/public_html/$2 [L]
    RewriteRule . index.php [L]

    # END WordPress

    Thread Starter kend1

    (@kend1)

    yes that line is in the wp-config

    /**

    define(‘WP_DEBUG’, false);

    define (‘WP_ALLOW_MULTISITE’, true);

    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘newhorizonsaba.com’);
    define(‘PATH_CURRENT_SITE’, ‘/index.php/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    /* That’s all, stop editing! Happy blogging. */

    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);

    As I stated in the orignal post

    Following the directions on the godaddy support page, I added the define(‘WP_ALLOW_MULTISITE’, true); to my wp-config.php. Everything went fine and I logged back in, disabled all plugins and selected network setup. I then copied the info into wp-comfig and htaccess as directed. Now I get “Error establishing a database connection”

    I’m having the same issue. It works fine when I setup multisite on my localhost test install with wamp on my laptop but not when I try to implement it live on godaddy. ARGHHHHHHHH!

Viewing 7 replies - 1 through 7 (of 7 total)