nvidia Laravel projemi almış olduğum hosttaki ana dizine değilde proje adında bir klasör açıp oraya atmak istiyorum fakat giriş yaptıgım zaman hata alıyorum .htaccess dostam <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_URI} !^public RewriteRule ^(.*)$ public/$1 [L] </IfModule>
mirimiran <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews </IfModule> RewriteEngine On # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> .htaccess dosyanı bu şekilde düzenlersen sıkıntı yaşamazsın
nvidia 403 Forbidden hatası aldım hata böyle Forbidden You don't have permission to access /fatura/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.