...

World Wide Web Server 2012-07-04 16:04:11 -07:00
parent 79d9f1c6b2
commit 575b31b987

@ -1,10 +1,10 @@
List problems with solutions for Code Igniter here.
[size=2]Headers already sent[/size]
[size=4]Headers already sent[/size]
Problems occurs when you try sent headers after there has been output somewhere. Check all files for spaces before <? and after ?>, make sure to remove them all. Other problem could be that your editor is saving in unicode or whatever where it shouldn't, consult the manual of the editor to fix this.
[size=2].htaccess doesn't work[/size]
[size=4].htaccess doesn't work[/size]
Check [url=http://codeigniter.com/wiki/Dreamhost_.htaccess/][/url], or [url=http://codeigniter.com/wiki/mod_rewrite/]here/url]
[size=2]Safe mode problem with email[/size]
[size=4]Safe mode problem with email[/size]
Check this [url=http://codeigniter.com/forums/viewthread/47511/]thread[/url].