Saturday, October 22, 2022
HomeWordPress Developmentmultisite - My subdirectory websites photographs (besides webP) are throwing to 404...

multisite – My subdirectory websites photographs (besides webP) are throwing to 404 web page even they’re exist


As I defined within the title, the photographs on my most important web site are positive, however the photographs on my sub-directory websites are usually not exhibiting. Aside from the WebP kind, oddly sufficient. They’re seen.

İmages can add accurately and could be seen in my uploads folder by way of ssh/ftp however in media library, has stuffed with clean thumbnails.

For instance, i can not see this picture if I put the URL in my browser, like https://hipertales.ml/oku/wp-content/uploads/websites/2/2022/09/araznovel-270×138.png (as i point out, it is a multisite setup so path is appropriate)
enter image description here

However could be seen the identical picture with webp format: https://hipertales.ml/oku/wp-content/uploads/websites/2/2022/09/araznovel-270×138.png.webp

Moreover, if i take away the sub-sitename from url, that is working too. (however this resolution is not the most effective one bcs some plugin does not work correctly)

I’ve litespeed plugin with community lively however even when i disable it, would not work

my .htaccess:

    # BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN - Don't 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 begin ###
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
### marker DROPQS finish ###

</IfModule>
## LITESPEED WP CACHE PLUGIN - Don't edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN - Don't edit the contents of this block! ##
## LITESPEED WP CACHE PLUGIN - Don't 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 material|admin|consists of).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>

# END WordPress
# php -- BEGIN cPanel-generated handler, don't edit
# Bu etki alanı, “PHP” paketini miras alır.
# php -- END cPanel-generated handler, don't edit

Does anybody have any concepts I can take motion on?
Any assist could be tremendously appreciated. Thanks

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments