Hi,
No, you haven't copied a rule at all but a "condition" of a rule. Kind of like only copying the first word of a sentence.. makes no sense to the server! :)
You need the whole rule.
All the best...
Conor
Ceon
Printable View
Hi,
No, you haven't copied a rule at all but a "condition" of a rule. Kind of like only copying the first word of a sentence.. makes no sense to the server! :)
You need the whole rule.
All the best...
Conor
Ceon
I've been working with this mod for a while and am now building it into new production sites. The flexibility is terrific!
Thanks Conor!!!
Hi,
But ive never changed the name of my admin folder, am i still supposed to copy everything from part 1 - 5?
Thanks
Posted via Mobile Device
Hi,
I think you've misread the documentation. They aren't numbered steps, they're examples of what to do in different situations!
You only need one example rule, either that listed in 1 or 2, depending on whether your store uses a prefix or not. 3 won't apply as you haven't renamed your admin folder. 4 more than likely won't apply. 5 won't apply if you don't have any control panel on your server.
Hopefully that makes things clearer!
All the best...
Conor
Ceon
Hello,
Disregard my previous post, actually I have changed my admin folder which is why I have chosen 3 and not the others. Also, my site isnt installed in the root folder, it's installed in a "shop" folder. Which part apart from 3 should I copy?
Thanks
Hi,
The first one and not 4 or 5, unless they apply to you, which I think is unlikely.
If you're still having trouble, please contact me privately via this link as your problems aren't really of general interest to others but specific to your server and it would be nice to keep this thread as short as possible so people can find answers to general problems (if any ;) ) easier.
All the best...
Conor
Ceon
Hello,
Got it working now. I was putting the htaccess file outside the zen-cart folder which is why it wasnt working. I chose number 1 and added 3.
I still have some questions though, in this url http://www.animeheavens.co.uk/shop/f...re?cPath=7_682, is it supposed to have this "?cPath=7_682"?
And im getting the following errors in my error log:
/jscript/slimbox/slimbox_ex.compressed.js
/jscript/slimbox/mootools-release-1.11.slim.js
/jscript/slimbox/fual_slimbox.compressed.js
/jscript/jscript_tpp.js
/jscript_textarea_counter.js
There seems to be some conflict with javascript and this might be why ajax banner swapper isnt working.
Thx..
Hi Darryl,
That sounds good!
I've been asked this a few times so I've officially added it as a FAQ. Here's what I've just added:
A string beginning with “?cPath” is being added to the end of a product's URI!
The module retains Zen Cart's category history when linking to a linked product which is not within its “master” category, so the full path back through any parent categories is available. To do so, it is essential that the “cpath” query string parameter is added to the URI.
Without this feature all linked products would always show as belonging to their “master” category, which will not be the category the customer has accessed the product from.. this would make it appear to the customer that they had “jumped” to another part of the site, they would no longer be in the same category they were in previously!
There is no way to avoid the cPath parameter being added for linked products. It's advised to use linked products only when necessary and/or to simply accept that it's not possible in Zen Cart to omit the cPath parameter in the URI of linked products.
The rewrite rule skips JavaScript files so I can't see how the module could be responsible.
I'll talk to you privately though to see if we can get this resolved.
All the best...
Conor
Ceon
Hi,
For the benefit of others out there.. these missing pages in the error log are part of a module called fual slimbox lightbox. It builds relative paths to its javascript files as it (wrongly) assumes it will only ever be used from the base shop folder (e.g. / or /shop/). (This clearly isn't the case when you have /shop/books/life-is-good as the current URI for a product!).
Darryl mistakenly posted only the last parts of the paths, if he had have posted the full paths it would have been obvious from the start why he was seeing the above.
I'm updating the documentation for the next version of the module to point out that the module will indeed break any module which uses relative paths instead of the full catalog path. Thankfully the vast majority of modules use full paths (that is they start their paths with DIR_WS_CATALOG) and the ones that don't are simple to update (just add "DIR_WS_CATALOG . " at the appropriate points).
I'll also "fix" some modules in the downloads area to work with SEO/SEF modules (they have the same problem with any module of this type, as they just append their paths onto the existing path, which is clearly bad behaviour!).
All the best...
Conor
Ceon
Hello Conor,
The mod works great. The only problem I am having is that the mysite.com/index.php and the mysite.com/ are both being indexed by Google and they are the same, hence, duplicate content. This is not too good for SEO. Is there a way to 301 the /index.php to the / page? Thank you in advance.