Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Server side have you created the subdomain?

    I generally from cpanel, in subdomains, I set my subdomain, type: sub.domainmain.com/

    And I’ve never had any problems of this kind (which seems to be related to the .htaccess file anyway)

    Thread Starter hipertale

    (@hipertale)

    Thanks for asking, but this is the standard multisite installation with subdirectories not subdomain. All files are in the same place and used together. I also use litespeed plugin and quick cloud cdn service maybe it is related. Here is my .htaccess file:

    # BEGIN LSCACHE
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    <IfModule LiteSpeed>
    RewriteEngine on
    CacheLookup on
    RewriteRule .* – [E=Cache-Control:no-autoflush]
    RewriteRule \.litespeed_conf\.dat – [F,L]

    ### marker DROPQS start ###
    CacheKeyModify -qs:fbclid
    CacheKeyModify -qs:gclid
    CacheKeyModify -qs:utm*
    CacheKeyModify -qs:_ga
    ### marker DROPQS end ###

    </IfModule>
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    # END LSCACHE
    # BEGIN NON_LSCACHE
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    # END NON_LSCACHE

    # BEGIN WordPress
    # “BEGIN WordPress” ve “END WordPress” aras?ndaki y?nergeler (sat?rlar)
    # dinamik olarak olu?turulmu?tur ve sadece WordPress süzge?leri ile düzenlenmelidir.
    # Bu i?aretler aras?ndaki y?nergelerde yap?lan de?i?iklikler üzerine yaz?lacakt?r.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    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
    # php — BEGIN cPanel-generated handler, do not edit
    # Bu etki alan?, “PHP” paketini miras al?r.
    # php — END cPanel-generated handler, do not edit

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘?mages not shown in a fresh multisite’ is closed to new replies.