Neethu Ah's avatar

laraval url issue

my domain redirect to www.domainname.com/index.php and its load the home view blade with out css

0 likes
5 replies
Neethu Ah's avatar

@Snapey i mean the URL issue i removed index.php from URL through the htaccess but its loading again.

Neethu Ah's avatar

@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

Please or to participate in this conversation.