Zend certified PHP/Magento developer

CSS/JS not loading

I’ve moved from a VPS to dedicated, on the VPS everything was working , but after moving css/js are not loading, already corrected permissions and regenerated static files, do you have any hints on solving this please.

.htaccess exists in home, pub, and var

Already tried

find . -type f -exec chmod 644 {} ;                      
find . -type d -exec chmod 755 {} ;                      
find ./var -type d -exec chmod 777 {} ;             
find ./pub/media -type d -exec chmod 777 {} ;
find ./pub/static -type d -exec chmod 777 {} ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml

and

rm -rf var/*
rm -rf generated/*
rm -rf pub/static/*
php bin/magento cache:clean
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
php bin/magento indexer:reindex
php bin/magento setup:static-content:deploy -f