• Resolved aquesada001

    (@aquesada001)


    Hello,

    I have been searching the forums and have not come up with an answer, so I hope someone can help me.

    I wanted to create a multisite so I can have different themes within my WordPress site.

    I followed all directions and have the network working, however, my sites are not working properly. The main one is still fine, but the new one is not.

    It now keeps showing:

    Index of /

    cgi-bin/
    ____________________________________________________________________________

    My wip-config.php is

    [moderated]

    I created a subsdomain through c-panel as store.prestigemedical.com and it was created on /public_html/store

Viewing 4 replies - 1 through 4 (of 4 total)
  • WPyogi

    (@wpyogi)

    Hello – you just posted publicly all the secure info for your site – please change all of those immediately.

    Thread Starter aquesada001

    (@aquesada001)

    Hello,

    Yes I noticed that right away and deleted it, thanks

    Thread Starter aquesada001

    (@aquesada001)

    It seems like the new site store.prestigemedical.org sometimes works, and other times it shows the index of/

    The dashboard shows a error 404 for the new site. The old dashboard still works correctly.

    Thread Starter aquesada001

    (@aquesada001)

    Any ideas? I have no clue how to fix this…

    I entered this into wp-config:

    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );

    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, true);
    define(‘DOMAIN_CURRENT_SITE’, ‘prestigemedical.org’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

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

    and this into the .htaccess file:

    # BEGIN WordPress

    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]

    # END WordPress

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Index of / cgi-bin/’ is closed to new replies.