If you get 404 Not Found After Installation


Only apply the following suggestions if you are getting 404 error not found, the default bdtask any codeigniter application  .htaccess file should work well on most servers.

If you are getting 404 not found after you install bdtask application this means that you need to adjust the main .htaccess at application root folder.

Make sure that you have mod_rewrite enabled on your server.

If you are using OSX make sure you have enabled to show hidden files otherwise the .htaccess won’t be uploaded to the server. (if it’s skipped you need to turn on show hidden files and re-upload in the application root directory)

Installation on a subfolder.

This .htaccess may apply if you installed bdtask any application next to WordPress installation/or your any extra CMS and you are auto-redirected to WordPress default 404 Page/That CMS page

RewriteEngine on
RewriteBase /foldername/
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
AddDefaultCharset utf-8

Installation on subdomain


Getting an error 500 and you are using cPanel

1&1 Installation

For 1&1 hosting use the following .htaccess



If you have any question please email us: info@bdtask.com


Did you find this article useful?