All of those addons that try to rewrite the URLs for human "friendliness" have reputations of breaking one thing or another.
The search engines don't need any such addons to work just fine with URLs generated by unaltered Zen Cart.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I can dig it! I found the culprit as well. In the store/.htaccess file
I was missing the rewrite rule for the Media folder. I inserted RewriteCond %{REQUEST_URI} !/media [NC] and turned everything back on. Everything works fine now!
In summation, one could say that if you have problems with the URI mod, check the rewrite rules. Doc, you saved a lot of headaches, and I'm glad you're willing to help this forum out![]()
Glad you got it sorted out!
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I actually thought I had it figured out! I was sleepy and didn't further investigate. When I added a new clip, I got the blank page again![]()
I renamed the store/media .htaccess file something different, and now everything is good. Is this .htaccess necessary, or can it be deleted?
My fault, an employee was messing with the .htaccess files and to cover installed a fresh clean version from our database. This version didn't have the <FilesMatch "(^swfobject.js$|^audio_player_standard_gray.swf$|.*\.(mp3|mp4|swf|avi|mpg|wma|r m|ra|ram|wmv)$)" > in it. I noticed that if this line isn't there or the audio player isn't allowed, you'll get the broken page!
![]()