Community

cyberpanel + openlitespeed dont load css and png file

vT
vTech #1

I move site from cwp to cyberpanel but all my site running ok in cwp but don’t load file css and logo.png in cyberpanel.
Can I help me to fix this?
Thanks.

vT
vTech #2

I think the cyberpanel has rewrite the permission on my folder. right?

vT
vTech #3

can you tell me the code in htaccess to access load png and css file for me?

vT
vTech #4

Thanks for your help.

vT
vTech #5

My cyberpanel is still not access the png and css files now :(. I try all the way I know

Nu
Numeriku #6

Check this page for default htaccess.

vT
vTech #7

Type your comment> @Numeriku said:

htaccess – Documentation – WordPress.org

Check this page for default htaccess.

I’m not use wordpress.This is my htaccess file:

RewriteEngine on
RewriteBase /

RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule ^(.*)$ https://www. domain.com/$1 [R=permanent,L]

RewriteRule ^(.)$ index.php [L]
RewriteRule ^(.
)/(.)$ index.php [L]
RewriteRule ^(.
)/(.)/(.)$ index.php [L]
RewriteRule ^(.)/(.)/(.)/(.)$ index.php [L]

Sign in to reply