Page 1 of 2 12 LastLast
Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I don't know how to write local.config to support my languages.
    i have the slovenian, italian and english versions.

    And i desire that my link will be www.myshop.com/it instead
    www.myshop.com/shop/it

    (shop is the map when zencart is installed)


    Sorry my ignorance.


    Best regards!

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Jeet Kune Do View Post
    I don't know how to write local.config to support my languages.
    i have the slovenian, italian and english versions.

    And i desire that my link will be www.myshop.com/it instead
    www.myshop.com/shop/it

    (shop is the map when zencart is installed)


    Sorry my ignorance.


    Best regards!
    To move it from shop folder to root, it's out of the scope of this module, you will have to check zencart tutorial for that purpose:
    http://www.zen-cart.com/forum/showthread.php?t=104968

    After doing that, you MUST change the path in your .htaccess as well.

    To add support for your languages try something like this:
    PHP Code:
    <?php
        
        $ssuLocalConfig 
    = array(
          
            
            
    'languages'        =>    array(    'it'    =>    'default',
                                        
    'sl'    =>    'default',
                                        )
        );
    Im assuming sl is the languages_code for slovenian
    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
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    To move it from shop folder to root, it's out of the scope of this module, you will have to check zencart tutorial for that purpose:
    http://www.zen-cart.com/forum/showthread.php?t=104968

    After doing that, you MUST change the path in your .htaccess as well.

    To add support for your languages try something like this:
    PHP Code:
    <?php
        
        $ssuLocalConfig 
    = array(
          
            
            
    'languages'        =>    array(    'it'    =>    'default',
                                        
    'sl'    =>    'default',
                                        )
        );
    Im assuming sl is the languages_code for slovenian

    I have my shop installed on public_html/shop/
    If i move from the subfolder to the root folder how i must set configure.php?

    define('DIR_WS_ADMIN', '/shop/admin/');
    define('DIR_WS_CATALOG', '/shop/');
    define('DIR_WS_HTTPS_ADMIN', '/shop/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');

    define('DIR_FS_SQL_CACHE', '/home2/basicins/public_html/shop/cache');


    Best regards!

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

    Default Re: Simple SEO URL [support thread]

    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_FS_SQL_CACHE', '/home2/basicins/public_html/cache');

    Remember you will also have to change in admin/includes/configure.php
    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

  5. #5
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yes pretty sure it's 3.6.1. However, under tools - module manager its telling me this
    ID module_code patch_level version_name Update
    1 yellow1912_ssu -1 Beta 3.5.7 update

  6. #6
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    at this rate im thinking of reinstalling. But is there an easy way of completely uninstalling SSU?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jhua002 View Post
    Yes pretty sure it's 3.6.1. However, under tools - module manager its telling me this
    ID module_code patch_level version_name Update
    1 yellow1912_ssu -1 Beta 3.5.7 update
    Redownload 3.6.1 and reupload perhaps?
    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
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yellow1912, thank's for your support and for simple URL!
    I really appreciate it!

    Best regards!

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

    Default Re: Simple SEO URL [support thread]

    3.6.2 is released, this is a minor bug fix version, just some spelling correction, and a small fix to make link alias manager to work in Internet Explorer
    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

  10. #10
    Join Date
    Aug 2008
    Location
    Cornwall, UK
    Posts
    20
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Problems once again? what am I doing wrong....I have downloaded the latest version, followed the instructions and uploaded it to my website, then went to go to admin but just got the message INTERNAL SERVER ERROR, could not get to the site either. I have now uninstalled SEO and can see my site once again and get into admin. Is anybody able to help, what am I doing wrong. How do you install the PATCH there does not seem to be any instructions for that part.

 

 
Page 1 of 2 12 LastLast

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