Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Craft Magick
I decided to give two rewrite rules, depending on the port used for the request (80 for a normal HTTP request, 443 for an SSL one). Just replace this line:
Code:
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
by:
Code:
RewriteCond %{SERVER_PORT} ^80
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
RewriteCond %{SERVER_PORT} ^443
RewriteRule ^(.*) craftmagick/index.php?/$1 [E=VAR1:$1,QSA,L]
It worked for me. Unfortunately I now have to wait for a Paypal IPN fix.
Re: Simple SEO URL [support thread]
Anyone have any contact info for yellow? Should we start a donation jar for him to fix the paypal ipn?
I really want this mod
Re: Simple SEO URL [support thread]
Thank you very much for your help FMB. I have copied and pasted your solution into a separate file so when I feel brave enough to install the SEO mod I will have it. I reallly appreciate your time and help very much.
The comments about the Paypal IPN have me quite concerned, though. I really hate to 'rock the boat' as it were since all payment mods on my site are working well and I am not sure if the trade-off of SEO friendly URL's would be worth possible lost orders due to paypal troubles.
Any suggestions, tips, or personal experience on this trade-off would be both welcomed and appreciated??
Thanks again for all your help. Have a beautiful evening.
Zencart ROCKS!
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Craft Magick
Thank you very much for your help FMB. I have copied and pasted your solution into a separate file so when I feel brave enough to install the SEO mod I will have it. I reallly appreciate your time and help very much.
You're welcome.
Quote:
Originally Posted by
Craft Magick
The comments about the Paypal IPN have me quite concerned, though. I really hate to 'rock the boat' as it were since all payment mods on my site are working well and I am not sure if the trade-off of SEO friendly URL's would be worth possible lost orders due to paypal troubles.
Any suggestions, tips, or personal experience on this trade-off would be both welcomed and appreciated??
Well, my mother only uses Paypal IPN and check orders, so I do have to wait for the fix before installing SSU:unsure:, unless one of these days I gather my courage and try to understand the bug.
Re: Simple SEO URL [support thread]
hi
i found these errors while managing seo url:
Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home1/egamesev/public_html/admin/ssu.php on line 10
Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/egamesev/public_html/admin/ssu.php on line 10
Can anyone help me???? Thanx
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
cla74
hi
i found these errors while managing seo url:
Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home1/egamesev/public_html/admin/ssu.php on line 10
Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/egamesev/public_html/admin/ssu.php on line 10
Can anyone help me???? Thanx
Unfortunately there doesn't seem to be any support for this mod the past couple months. I did read a post that the designer yellowrose had been ill.
Just thought I'd let you know so that you don't get frustrated waiting on a response.
Sending prayers and positive energy to you, yellowrose.
Zencart ROCKS!
Re: Simple SEO URL [support thread]
Configuration - SEO Url
Add category parent to begining of URLs? -- True
This should do the trick.
Re: Simple SEO URL [support thread]
so is everyone having the paypal issue, or is it hit or miss?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
mvstudio
Took a while but I was able to uninstall everything.
In case anyone experiences the same problem, after installing this module everything was working fine BUT every add to cart button in my store was not working at all and I couldn't figure out why or how to solve it. If anyone else experienced this problem and was able to solve it I would like to hear the solution. I would really like to install this mode again, but I want everything to work as it should.
Thanks.
I have the exact same problem. Not sure why it was not brought up to attention in the past, it might be a new bug in the latest release. The weird thing is if the product itself is set to have a Quantity Box instead of the Buy Now button it works just fine. Oh Well. Someday someone might be able to fix this. Until then I might have to uninstall it.
Re: Simple SEO URL [support thread]
Oh, weird. I thought the "buy now" button not working (in category listings) was Ultimate SEO's issue (where I got the standard "get Magic SEO" response when asking there*). I know I accidentally uploaded sSEO to a live site, but I never activated it and removed it right away. Odd that it would still cause this, though. Maybe I coped over the affected files from the test site which did see sSEO in attempted use.
Oh, well, this gives me a good reason to do a proper (re)install of Zen Cart and all my hacks on both sites. The test site is all held together by duct tape at this point, and I imagine the live site is not much better. :cringe:
*Magic SEO is great and all but for those wanting some URL control, mSEO offers jack squiggly. Wasn't worth the $90 for one client's needs. At least the uSEO response included a hint to solving this problem.