Forum Replies Created

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

    (@tpattersontyx)

    No worries! Thank you so much for following up. I’ll definitely shoot a message to my host and see what’s up.

    Again, thank you for the help.

    Thread Starter tpattersontyx

    (@tpattersontyx)

    5k9m, thanks for being willing to help out!

    I set the multisite to be based on sub-directories and it seems that I have issues on the frontend and backend. Evenstill, I set this up previously and got differing, correct results.

    Here is the code in my .htaccess file:

    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]
Viewing 2 replies - 1 through 2 (of 2 total)