| Author |
Message |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 270
|
Posted:
Thu Jun 12, 2008 10:55 pm |
|
I have a private server, and my main site that runs ravennuke needs gzip turned off, or else it displays weird letters
I have another site that needs gzip turned on, where do i change thiss? |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 270
|
Posted:
Thu Jun 12, 2008 10:56 pm |
|
well how do i run 2 different php.ini for 2 different sites>? |
|
|
|
 |
testy1 Involved


Joined: Apr 06, 2008 Posts: 258
|
Posted:
Fri Jun 13, 2008 2:52 am |
|
you could try adding this to your htaccess file
|
|
|
|
 |
evaders99 Moderator

Joined: Apr 30, 2004 Posts: 2883
|
Posted:
Fri Jun 13, 2008 7:06 am |
|
phpNuke should automatically use gzip compression - it is not required to set on the server. |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 270
|
Posted:
Fri Jun 13, 2008 8:24 am |
|
| testy1 wrote: | you could try adding this to your htaccess file
|
i dont see a .htacces file in my root |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2401 Location: Iowa, USA
|
Posted:
Fri Jun 13, 2008 11:15 am |
|
|
|
 |
jjmusicpro Involved


Joined: Jul 12, 2005 Posts: 270
|
Posted:
Sun Aug 03, 2008 10:34 am |
|
|
|
 |
evaders99 Moderator

Joined: Apr 30, 2004 Posts: 2883
|
Posted:
Sun Aug 03, 2008 11:03 pm |
|
If you did what I think you did, and linked to phpinfo.php - you don't want that public.
As the site isn't loading for me at the moment, I cannot verify this is the case.
You can take comment out or remove this line in mainfile.php to stop Nuke from loading gzip compressed
| Code: |
ob_start('ob_gzhandler');
|
|
|
|
|
 |
|
|
|
|