Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Your .htaccess file check failed with http status 404 installing A CRM codeignter template

As I am installing A CRM codeignter template on my digital ocean server. While i am installing it i am getting an error on the last step "Your .htaccess file check failed with http status 404" Here is my code of .htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteBase /dashboard/

as I am installing on the "dashboard" subfodler:- https://elina.agency/dashboard/

However I have follow all the code in the FAQ:- https://codecanyon.net/item/freelance-cockpit-3-project-management-and-crm/4203727/support But i can not fix this issue...

Please help

Comments