![]() |
Problem with HTACCESS - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Problem with HTACCESS (/showthread.php?tid=49172) |
Problem with HTACCESS - El Forum - 02-10-2012 [eluser]Unknown[/eluser] Hi, i have already created few webs with codeigniter and everything was ok, i always used this htaccess: Code: <IfModule mod_rewrite.c> Yesterday i coded a new web, everything works fine, but only in my pc on localhost. When i upload web to ftp, server respond: Internal Server Error. When i delete htaccess, web works. What is wrong? (sorry for ma english... ) Problem with HTACCESS - El Forum - 02-10-2012 [eluser]mast3rpyr0[/eluser] Make sure your Apache user can access your sites directory. Run 'chmod a+x directory' to give executable rights of the directory to Apache. |