0

I am a complete beginner in Codeigniter. I am facing 2 problems

  1. I am unable to upload htaccess file
  2. If I need to upload where should I upload
Termininja
  • 6,620
  • 12
  • 48
  • 49
Sivagopi
  • 1
  • 2

2 Answers2

0

Upload it to the root folder. Also you might need to remove the index.php from the url, if so you have to follow this link.

mapmalith
  • 1,303
  • 21
  • 38
0

iF you are begginer, Follow these steps as show in link... https://www.codeigniter.com/userguide3/general/urls.html

Make sure, First mod_rewrite on your serevr. And .htaccess file uploded in root of project. Enjoy codeigniter .

Kumar Rakesh
  • 2,718
  • 2
  • 18
  • 39