Laravel Shared Hosting .htaccess


Merhaba,

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>

Yorum Gönder

0 Yorumlar