Merhaba.. sunucu ile ilgili bir çok form var biliyorum.
ama aldığım bir hata sonucu ile sizlere danışmak istedim.
cpanel kullanıyorum ve prjojemi public_html içine attım proje ana dizine şöyle bir .htaccess kullandım.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
ama gene hata alıyorum. hata şöyle :
Fatal error: Uncaught Error: Failed opening required '/home/byoztur1/public_html/vendor/composer/../../app/Helpers/Helper.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/byoztur1/public_html/vendor/composer/autoload_real.php:41 Stack trace: #0 /home/byoztur1/public_html/vendor/composer/autoload_real.php(45): ComposerAutoloaderInit74acef2a3403d344c838d5bc61e140ad::{closure}() #1 /home/byoztur1/public_html/vendor/autoload.php(25): ComposerAutoloaderInit74acef2a3403d344c838d5bc61e140ad::getLoader() #2 /home/byoztur1/public_html/public/index.php(34): require('/home/byoztur1/...') #3 {main} thrown in /home/byoztur1/public_html/vendor/composer/autoload_real.php on line 41