Page 157 of 506 FirstFirst ... 57107147155156157158159167207257 ... LastLast
Results 1,561 to 1,570 of 5054
  1. #1561
    Join Date
    Jun 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I downloaded Simple SEO from the "Free software add ons" link.

    http://www.zen-cart.com/index.php?ma...oducts_id=1013

    It says Beta 2.9.6 - is there a v3?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by dsided View Post
    I downloaded Simple SEO from the "Free software add ons" link.

    http://www.zen-cart.com/index.php?ma...oducts_id=1013

    It says Beta 2.9.6 - is there a v3?
    Yes there is
    http://public.rubikintegration.com/
    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. #1563
    Join Date
    Jun 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thanks for that. I've installed the new version and the urls are unfortunately the same.

    When I view mywebsite.com/ssu_check.php the site looks exactly the same as index.php - How do I "check if there is anything wrong with your current setting" ie what should be different?

  4. #1564
    Join Date
    Jul 2008
    Posts
    70
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hello,

    i have read your instructions here

    HTML Code:
    http://wiki.rubikintegration.com/zencart/modules/ssu/installation
    my problem is that i have a normal website, ie everything is in the root and not a sub folder.

    do i still need to alter the includes/config.php or should i leave it as is?

    The instructions only say what to do if you are in a sub-folder. maybe a quick note there.

    thanks (also SSU is a good addon)

    shoulders

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

    Default Re: Simple SEO URL [support thread]

    if mywebsite.com/ssu_check.php looks the same with index.php, this can only mean that:
    1. the file is missing or unreadable
    2. or, your htaccess is wrong

    Please remove this line from your htaccess btw, i dont know how i got there, it's not in the original one

    RewriteRule .* - [L]

    Quote Originally Posted by dsided View Post
    Thanks for that. I've installed the new version and the urls are unfortunately the same.

    When I view mywebsite.com/ssu_check.php the site looks exactly the same as index.php - How do I "check if there is anything wrong with your current setting" ie what should be different?
    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. #1566
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by shoulders View Post
    hello,

    i have read your instructions here

    HTML Code:
    http://wiki.rubikintegration.com/zencart/modules/ssu/installation
    my problem is that i have a normal website, ie everything is in the root and not a sub folder.

    do i still need to alter the includes/config.php or should i leave it as is?

    The instructions only say what to do if you are in a sub-folder. maybe a quick note there.

    thanks (also SSU is a good addon)

    shoulders
    No need to, if your site is at root, then you change htaccess like this

    Code:
    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # Change "/zencart/ to the correct setting
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    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
    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

  7. #1567
    Join Date
    Jun 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thanks. It looks like the ssu_check.php file became curropt when I uploaded it. Now that it's reuploaded I get the following message when I type in www.mydomain.com/ssu_check.php :

    Code:
      Checking includes/configure.php
          Suggested .htaccess content
          #### BOF SSU 
                    Options +FollowSymLinks -MultiViews 
                    RewriteEngine On 
                    RewriteBase / 
     
                                     # Deny access from .htaccess 
                    RewriteRule ^\.htaccess$ - [F] 
     
                                     RewriteCond %{SCRIPT_FILENAME} !-f 
                    RewriteCond %{SCRIPT_FILENAME} !-d 
                    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] 
     
                    #### EOF SSU
          Checking cache write permission
    This is the contents of my .htaccess file:

    Code:
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    RewriteBase /
    
    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]
    
    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
    
    #### EOF SSU
    Warning Checking cache write permission
    As you can see they are the same and the urls are not SEF. Is this because I'm on shared hosting? It's not godaddy though. Thanks!

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

    Default Re: Simple SEO URL [support thread]

    I notice that your site doesnt seem to load correctly, is that already like that? Or only once you have htaccess changed?
    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

  9. #1569
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    red flag Re: Simple SEO URL [support thread]

    Arrgghh Help Please , Just upgraded to latest version - copied new files over. left htaccess the same as before . but cant get into my admin ( which has been renamed ) I did rename the admin directory in your download , I also deleted the ssu cache folder on my live server and re uploaded yours.

    The site appears to be working but cant get into admin with

    Code:
    Fatal error: Class 'simple_seo_url' not found in /home/affixit/public_html/renamedadmin/includes/functions/extra_functions/ssu.php on line 9
    Hope you can help as foolishly this is a live shop !

    Thanks.
    Various Zen cart sites !

  10. #1570
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Doh !

    Fixed it .. I left old files in the site. Removed SSU.php .. all working fine now.

    sorry to trouble you !
    Various Zen cart sites !

 

 

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