[SOLVED] Move Codeigniter to a Directory |
[eluser]Azafar[/eluser]
Hi Thors, I dont know your actual situation but suppose you have a directory named projectname and a sub directory named beta. You have placed all files in this directory. I am assuming you are working on localhost. First of all see the base url in cofig file. It should be like this http://localhost/projectname/beta/ if this is correct lets go towards the htaccess file and see either you have been mentioned the name of that directory in that file or not. You must have to mention directory name in htaccess too. Place the htaccess on root of your project, means in projectname folder and mention DirectoryIndex in htaccess. Regards.... |
Messages In This Thread |
[SOLVED] Move Codeigniter to a Directory - by El Forum - 03-29-2010, 02:03 PM
[SOLVED] Move Codeigniter to a Directory - by El Forum - 03-29-2010, 03:20 PM
[SOLVED] Move Codeigniter to a Directory - by El Forum - 03-30-2010, 12:26 AM
[SOLVED] Move Codeigniter to a Directory - by El Forum - 03-30-2010, 12:46 AM
[SOLVED] Move Codeigniter to a Directory - by El Forum - 03-30-2010, 06:31 AM
[SOLVED] Move Codeigniter to a Directory - by El Forum - 03-30-2010, 07:39 AM
|