Page 188 of 506 FirstFirst ... 88138178186187188189190198238288 ... LastLast
Results 1,871 to 1,880 of 5054
  1. #1871
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by mydanilo View Post
    Any idea why the google base feeder now creates the xml file with links like this?
    <link>http://www.mydanilo.com/wax-pottery-...phere-3-p-294/currency/USD</link>

    Why the currency/USD at the end? Did not do this befor SSEO install I believe.
    Maybe you have more than 1 currency? Simply put the currency in the exclude list and it will look like this ?currency=usd

    The reason it's there, anyway, is because the query is passed into the link, so if you want to remove it completely you have to check the feeder module. I would assume that google require currency to be there for multiple currencies site.
    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. #1872
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Not sure I understand right. Exclude where? .htaccess? In the admin?

    Ehmmm.. sorry, I just double checked and the currency/USD thing is there on my other feeds as well. Not just SSEO.

    Must be just what google base adds...
    Live and learn... the Zen way.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by mydanilo View Post
    Not sure I understand right. Exclude where? .htaccess? In the admin?

    Ehmmm.. sorry, I just double checked and the currency/USD thing is there on my other feeds as well. Not just SSEO.

    Must be just what google base adds...
    If you want it to take another form(?currency=usd), instead of currency/USD you can go to admin-config-ssu and set the query exclude list, add currency into the list.
    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

  4. #1874
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    you are probe

    not redirect

    http://www.mainada.es/demo_bebe/inde...cturers_id=104
    redirect to
    http://www.mainada.es/demo_bebe/kid-sleep-mf-104


    Also in the products[/QUOTE]



    Quote Originally Posted by danilovig View Post

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by danilovig View Post
    [/quote]
    Yes, and I explained the reason before, the link should not be generated in the first place.

    And a new version of SSU coming within 1-2 days will fix it as well
    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. #1876
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    ok, Thanks

    Yes, and I explained the reason before, the link should not be generated in the first place.

    And a new version of SSU coming within 1-2 days will fix it as well[/QUOTE]

  7. #1877
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    work very good

    Thanks Yellow

    the last version 3.5.7
    download http://public.rubikintegration.com/

    Quote Originally Posted by danilovig View Post
    ok, Thanks


    Yes, and I explained the reason before, the link should not be generated in the first place.

    And a new version of SSU coming within 1-2 days will fix it as well
    [/QUOTE]

  8. #1878
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Having problems with my Simple SEO URL installation.

    I've installed the add-on and the first thing I do is to click on

    Reset all cache: Click here

    and it says

    /Mycirclelens.com/cache/ssu/ folder is not writable

    It also says the same thing about

    /Mycirclelens.com/cache/ssu/pc
    /Mycirclelens.com/cache/ssu/aliases

    I've chmod the entire folder to 777 so I'm not sure what else I can do.

    Thanks for the help.

  9. #1879
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    was able to solve this problem by creating all the directories in my file structure. now the reset cache button works.

    however, it doesnt look like the url's are re-writing.

    www.mycirclelens.com


    Quote Originally Posted by hitchhiker View Post
    Having problems with my Simple SEO URL installation.

    I've installed the add-on and the first thing I do is to click on

    Reset all cache: Click here

    and it says

    /Mycirclelens.com/cache/ssu/ folder is not writable

    It also says the same thing about

    /Mycirclelens.com/cache/ssu/pc
    /Mycirclelens.com/cache/ssu/aliases

    I've chmod the entire folder to 777 so I'm not sure what else I can do.

    Thanks for the help.

  10. #1880
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    and I'm getting 500 errors

    my htaccess is



    -----------------------

    #### 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 /Mycirclelens.com/

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU

    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # Change "/zencart/ to the correct setting
    # if your site is located at root folder, then you should have RewriteBase /
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    RewriteBase /Mycirclelens.com/

    # 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



    Quote Originally Posted by hitchhiker View Post
    was able to solve this problem by creating all the directories in my file structure. now the reset cache button works.

    however, it doesnt look like the url's are re-writing.

    www.mycirclelens.com

 

 

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