Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter John Peden

    (@jcpeden)

    Thanks for fixing the links mod! Any input on how to fix my problem?

    Thread Starter John Peden

    (@jcpeden)

    Got this working but removing the rewrite base string from subsequent rewrites for e.g. wp-admin:

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ solas-lite/$2 [L]

    became

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    Seems to be a conflict with my rewrite base ‘/solas-lite-/’ but not totally sure as to why it didn’t work in the first place.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite Sub-Sites Not Loading CSS, JS or wp-admin’ is closed to new replies.