Search found 156 matches

by CharlieFoxtrot
Wed Aug 19, 2009 10:50 pm
Forum: [SC] Custom Code
Topic: [Module] Froogle Static export
Replies: 52
Views: 96154

Re: [Module] Froogle Static export

Martin... you are a god! ~ Thank you!
by CharlieFoxtrot
Fri Aug 14, 2009 9:32 pm
Forum: Shopping Cart (ALL)
Topic: [SEO] MakeURLSafe and the '/' character
Replies: 14
Views: 48153

Re: [SEO] MakeURLSafe and the '/' character

Martin wrote:
CharlieFoxtrot wrote:Is there a reason for this? Or was is an error in the original code (that was also copied into the modified code?)
It was original code...
I figured as much... harmless enough... but a bit sloppy. (Unless they wanted to make doubly certain that the replacement had been made.) ;)
by CharlieFoxtrot
Fri Aug 14, 2009 1:53 pm
Forum: Shopping Cart (ALL)
Topic: [SEO] MakeURLSafe and the '/' character
Replies: 14
Views: 48153

Re: [SEO] MakeURLSafe and the '/' character

I just noticed... the following line of code appears twice:

Code: Select all

$val = str_replace("+", "%2b", $val);
Is there a reason for this? Or was is an error in the original code (that was also copied into the modified code?)
by CharlieFoxtrot
Fri Aug 14, 2009 12:43 pm
Forum: Shopping Cart (ALL)
Topic: [SEO] MakeURLSafe and the '/' character
Replies: 14
Views: 48153

Re: [SEO] MakeURLSafe and the '/' character

Wonderful! Can this also be used to fix the ugly "%252d" that ISC inserts into a URL when the product name contains a dash? If so, how? If not... where would I start my search to correct the problem of ugly/unreadable URL's that contain "%252d"? I see that this annoying issue has...
by CharlieFoxtrot
Sun Aug 09, 2009 9:29 pm
Forum: Shopping Cart (ALL)
Topic: Closing Store for Maintenance
Replies: 4
Views: 12699

Re: Closing Store for Maintenance

I just found another handy use for this... as a redirect AWAY from my development directory. On a very *rare* occasion, a random customer will wander in to my ISC development directory and browse the version of my store that I'm working on. Harmless enough, I guess... but it is an annoyance for them...
by CharlieFoxtrot
Sun Aug 09, 2009 5:31 pm
Forum: Shopping Cart (ALL)
Topic: Closing Store for Maintenance
Replies: 4
Views: 12699

Re: Closing Store for Maintenance

This works perfectly! ~ Thank you!



edit: After a bit of googling, I now understand that the "307" tells the search engines that it's a temporary redirect.