CodeIgniter Project Giving 303/Compression Error
Posted
by Tim Lytle
on Stack Overflow
See other posts from Stack Overflow
or by Tim Lytle
Published on 2010-03-13T13:38:53Z
Indexed on
2010/03/13
13:45 UTC
Read the original article
Hit count: 386
Trying to setup a CodeIgniter based project for local development (LAMP stack), and once all the config file were updated (meaning I successfully had meaningful bootstrap errors for CodeIgniter), I get this error in my browsers:
- Chrome
Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.
- Firefox
Content Encoding Error: The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
Just using wget to fetch the file works fine, no errors and I get the content I'm expecting. Not sure if this is something with CI and the Server, or just something weird with the project. Has anyone seen this before?
© Stack Overflow or respective owner