Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Just create a subfolder called test, then install a new zencart on it, then we can test and see if it works, if it does, then we will go back and clean up the original one.

    That will save your time ^_^
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    3.2.7 is now available with fixed and improved link alias caching. Let me know how it works out for you.
    (Note:3.2.x is still in alpha testing, do not use on live sites)
    Regards

    Raine
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Oct 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Just create a subfolder called test, then install a new zencart on it, then we can test and see if it works, if it does, then we will go back and clean up the original one.

    That will save your time ^_^
    Thanks for the offer Yellow but I wasn't too far in. I copied what I needed in the database then wiped everything clean and started fresh. Amazingly it only took 3 hours to get the important things set back up. I installed SSU and it worked great this time! The only minor issue I ran into was for a while I was getting "page could not be found" but you warned me about the delay after modifying the .htaccess file so I gave it an hour and it worked beautifully!

    I know I've said it a few times, but thanks so much for all your help with this problem. You really went out of your way to get me up and running. I'll be sure to return the favor if I see someone else in need once I learn Zen Cart.

    Tom

  4. #4
    Join Date
    Oct 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bohan36 View Post
    I installed SSU and it worked great this time! The only minor issue I ran into was for a while I was getting "page could not be found" but you warned me about the delay after modifying the .htaccess file so I gave it an hour and it worked beautifully!
    It looks like I spoke a little too soon. I hadn't checked at the time, but after my changes to the .htaccess file applied I'm unable to access the Admin portal. It gives me an error "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

    I had been working through another problem with the Admin portal and the person who was assisting me suggested it could be caused by my .htaccess file. After he looked over them he suggested the following line was giving me an issue.

    Code:
    RewriteRule ^(.+) index.php?/$1 [E=VAR1:$1,QSA,L]
    Is there any way you could take a look and see if this is my cause? Here are my .htaccess files:

    /html/.htaccess
    Code:
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase / 
    RewriteBase /
    
    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]
    
    RewriteCond %{SCRIPT_FILENAME} -f [OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule .* - [L]
    
    RewriteRule ^(.+) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU
    /html/admin/.htaccess
    Code:
    # $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    # <Directory "/usr/local/apache/htdocs">
    #   AllowOverride Options
    # </Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)
    
    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers
    
    <IfModule mod_setenvif.c>
      <IfDefine SSL>
        SetEnvIf User-Agent ".*MSIE.*" \
                 nokeepalive ssl-unclean-shutdown \
                 downgrade-1.0 force-response-1.0
      </IfDefine>
    </IfModule>
    
    # Fix certain PHP values
    
    #<IfModule mod_php4.c>
    #  php_value session.use_trans_sid 0
    #  php_value register_globals 1
    #</IfModule>
    
    # to turn off register_globals
    # php_value register_globals 0

  5. #5
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    As reported by several users experiencing this problem, in your admin/.htaccess you can add this line:
    RewriteEngine Off
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #6
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi Yellow,
    When I clear the cash of browser and open site, always 1-2 url(any url on site) have ?zenid extension.
    example:
    en/dresses-c-3/lilac-smocked-paste-dress-p-323?zenid=6e74cca8e64645a4181b82a184f5a143
    after I go 2 pages its disappear
    prevent session is on.
    It is possible to fix? or its normal.
    Thanks

  7. #7
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Session IDs have to appear all the time when you first visit the site, it is the way it should be
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #8
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    3.2.8 is released for testing, this version brings more improvement to link-alias, know once you "disable" an alias the link will be redirected back to its original. Please note you have to disable, not delete it.

    More improvement on alias will come on the next versions.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

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

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