Save Extra Cost & Increase Your ROI Buy Now

Godaddy Codeigniter .htaccess File is Not Working ! Need a Solution

By Bdtask Last Updated -- Saturday, 2021-09-18
Godaddy Codeigniter Htaccess File

Hey, Everybody, Almost everyday i am getting 10 -20 Customer Request of GoDaddy server hosting issue.Most of the major request come from Our beloved customers who usually purchase our PHP and Codeigniter application from Envato marketplace.

 

When you will try to install any of our application (Example : pharmacare, Hospital management system or isshue) , You may face some issue like ” no input file ” and sometimes 404  or Forbidden. But never be worried about it. Its not our script problem. It is just happening GoDaddy server need special types of Codeigniter .htaccess code.

Please just use this code at your root directory with the (Application, install, asset….folders).Just copy the following code and paste it into the code removing what we had the default:

 

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


If you want to see the direct Link and want to see some others solution.please go to this link: https://stackoverflow.com/questions/30522085/codeigniter-htaccess-not-working-on-godaddy?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

 

If you face 403 and Forbidden then see this article please: https://www.godaddy.com/community/Managing-Web-Hosting/403-error-Forbidden/td-p/16706

 

I hope This article will help you more who are using Godaddy server to host any CodeIgniter script. If you have any issue just email us at business@bdtask.com

If you want any example installation process please visit our youtube channel .

Contents

Related Post
View All