I just uploaded my demo project in subfolder on godaddy . When I open a website url example.com/demo Home page work fine but when I try to open inner p
Try this code in .htaccess file:
.htaccess
RewriteEngine on RewriteCond $1 !^(index\.php|resources|robots\.txt) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L,QSA]