Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter muttley1968

    (@muttley1968)

    Hello, @howdoyoutech
    Thank you for the reply, sadly this did not work, this just made the sub sites stop working and the problem with network admin was still there as well. please find below a copy of my htaccess file before your change as refrence too.

    I don’t know if it helps at all, but I am actually using cpanel and have to installs of wordpress on the server, one is on the main root of the site the other is in its own folder under the domain name

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^.*/.*-(\d+)/$ libraries/index\.php?id=$1&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-list-\d+$ libraries/index\.php?cat=$1&%{QUERY_STRING} [L]
    RewriteRule ^.*(product[a-z]+map\.xml)$ product/$1 [L]
    RewriteRule ^.*(sitemap\.xml)$ product/$1 [L]

    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
    # BEGIN LiteSpeed
    # The directives (lines) between “BEGIN LiteSpeed” and “END LiteSpeed” are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule Litespeed>
    SetEnv noabort 1
    </IfModule>
    # END LiteSpeed

Viewing 1 replies (of 1 total)