Page 36 of 506 FirstFirst ... 2634353637384686136 ... LastLast
Results 351 to 360 of 5054
  1. #351
    Join Date
    Jun 2008
    Location
    Catalonia
    Posts
    10
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Craft Magick View Post
    Yes, I do use a shared SSL between my domains. The SSL path for my store is: https://www.zencrystals.com/craftmagick

    but the regular path is a top-level domain:
    http://www.craftmagick.com
    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.

  2. #352
    Join Date
    Mar 2008
    Posts
    148
    Plugin Contributions
    0

    Default 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

  3. #353
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default 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!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  4. #354
    Join Date
    Jun 2008
    Location
    Catalonia
    Posts
    10
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Craft Magick View Post
    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 View Post
    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, unless one of these days I gather my courage and try to understand the bug.

  5. #355
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default 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

  6. #356
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by cla74 View Post
    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!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  7. #357
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Configuration - SEO Url

    Add category parent to begining of URLs? -- True

    This should do the trick.
    Live and learn... the Zen way.

  8. #358

    Default Re: Simple SEO URL [support thread]

    so is everyone having the paypal issue, or is it hit or miss?

  9. #359
    Join Date
    Jun 2004
    Posts
    135
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by mvstudio View Post
    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.

  10. #360
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default 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.

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR