Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: set_header not working
Post: RE: set_header not working
perhaps this gets undone later in your code.
if i was you i would try to identify where the weird expiration date is set to year 1981 as you mention. |
|
iz_no_good |
General Help
|
3 |
2,291 |
03-14-2017, 11:09 AM |
|
|
Thread: Setting sess_save_path correctly
Post: RE: Setting sess_save_path correctly
i remember i had similar problem with my app when uploaded to the hosting server. i guess the problem comes from the caged virtual FS that you see on the hosting server, while you see path /htdocs/ses... |
|
iz_no_good |
Installation & Setup
|
12 |
33,182 |
03-05-2016, 12:37 PM |
|
|
Thread: Only Default Controller Working
Post: RE: Only Default Controller Working
not much info to understand, but i would make sure via apache logs if the URL is the expected one (to verify .htaccess works as expected) and if your controllers are in expected location.
Please keep... |
|
iz_no_good |
Installation & Setup
|
8 |
15,265 |
03-02-2016, 05:17 PM |
|
|
Thread: add minify feature in output class?
Post: RE: add minify feature in output class?
(03-01-2016, 03:38 PM)Narf Wrote: (03-01-2016, 01:55 PM)iz_no_good Wrote: (02-29-2016, 10:47 PM)Narf Wrote: Actually, we tried that and it proved to be a bad idea.
i tried some of those librarie... |
|
iz_no_good |
CodeIgniter 3.x
|
9 |
9,513 |
03-02-2016, 05:03 PM |
|
|
Thread: add minify feature in output class?
Post: RE: add minify feature in output class?
(03-01-2016, 06:14 AM)Diederik Wrote: Why not just rely on a Apache module like mod_deflate or mod_gzip?
i do use those but its not the same. minify should minify the unnesessary whitespace first an... |
|
iz_no_good |
CodeIgniter 3.x
|
9 |
9,513 |
03-01-2016, 01:57 PM |
|
|
Thread: add minify feature in output class?
Post: RE: add minify feature in output class?
(02-29-2016, 10:47 PM)Narf Wrote: Actually, we tried that and it proved to be a bad idea.
i tried some of those libraries and have a feeling i know what you really mean :cool:
but maybe we could h... |
|
iz_no_good |
CodeIgniter 3.x
|
9 |
9,513 |
03-01-2016, 01:55 PM |
|
|
Thread: add minify feature in output class?
Post: RE: add minify feature in output class?
(02-29-2016, 04:58 PM)skunkbad Wrote: It's actually not a bad idea. I could see it breaking people's inline JS, but it might be rare, and then they'd just learn a lesson on how to write better JS.
... |
|
iz_no_good |
CodeIgniter 3.x
|
9 |
9,513 |
03-01-2016, 01:51 PM |
|
|
Thread: add minify feature in output class?
Post: add minify feature in output class?
hi all,
please correct me if i am wrong, but i think CI doesnt have a minify feature for removing the whitespace chars from the html output before sending it to the browser, right?
i see there are n... |
|
iz_no_good |
CodeIgniter 3.x
|
9 |
9,513 |
02-29-2016, 04:01 PM |