laraval url issue
my domain redirect to www.domainname.com/index.php and its load the home view blade with out css
@Snapey i mean the URL issue i removed index.php from URL through the htaccess but its loading again.
@Neethu Ah who is the provider? How does the htaccess look?
@Sinnbeck
my htaccess look like
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ ^$1 [N]
RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
RewriteRule ^(.*)$ public/$1
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php
php -- BEGIN cPanel-generated handler, do not edit
Set the “ea-php80” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php80___lsphp .php .php8 .phtml
# php -- END cPanel-generated handler, do not edit
@Neethu Ah format your code block !
Please or to participate in this conversation.