I don't have it on in my store. I have this in my .ini file
but I took that out to see what it would do but i'm getting the same thing.Quote:
zlib.output_compression_level = -6
Printable View
I had installed the automatic_banner_adverts__export_your_products_to_our_advertising_system_1-1 but that does not over write any files. I didn't like it and got rid of it today. My site was doing that before I installed this. Also I installed the simple_create_orders module. Thats it.
No I was talking to countrycharm, sorry for the confustion. Can you post your problem or link to it again?
@Countrycharm: Seem like it appears like that only on a 2nd load of a page, so for example if i load http://www.thegoodshepherdstore.com/...gifts-under-20 once it works okie, and then when i refresh i see only code. And it only happens on category pages. I have turned off ssu for checking and it's still the same, so the problem is not there
PS: seem like because there are 2 level of gzip (by server and by simple-cache), I turned off simple cache gzip and it works for you now. I cannot replicate the other problem tho.
when i try to setup the 301 redirect from non-www to www on our store, it messes up the links on the site as well as does not let us login to admin (just refreshes the page, does not login).. what can we do to fix it, i assume the 301 redirect somehow interferes with the ssu module.. i used the 301 redirect code that was posted by you earlier on for someone else..
Post your whole htaccess content here
currently;non working (obviously changed the domain.com to my domain);Code:#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Code:#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
Try:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
As you can see I move the 301 redirection up
tried that, tried again, same thing..
admin doesnt work (maybe has something to do with redirecting in the admin directory?)
also, wanted to clear the cache etc but cant get into admin to see if the links would still work in the navigation for products
Thank you yellow for fixing that to. With the server gzip output_compression my site runs pretty fast anyway without simple cache. I was concern about that and maybe the reason customer were abandon there carts. Thank you again. I will send you something in the mail, give a week or so. I want forget about you. You are always here for us.