Laravel projesini uzak hostinge attıp .htaccess dosyasını aşağıdaki gibi düzenlememiz yeterli olacaktır.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !^public
RewriteRule ^undefined.*)$ public/$1 [L]
</IfModule>
0 Yorumlar