Page 278 of 506 FirstFirst ... 178228268276277278279280288328378 ... LastLast
Results 2,771 to 2,780 of 5054
  1. #2771
    Join Date
    Jan 2008
    Posts
    67
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    ok, I guess I should have looked closer, so after reading the last few post I realized that I change

    Rewritebase /zencart/
    to Rewritebase /

    in the .htaccess file, and great no more error!

    But now when you click on a category the only thing that happens is that the page refreshes, but I don't get anything other than the home page. The web address changes, but nothing else....Ideas?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by skylab001 View Post
    ok, I guess I should have looked closer, so after reading the last few post I realized that I change

    Rewritebase /zencart/
    to Rewritebase /

    in the .htaccess file, and great no more error!

    But now when you click on a category the only thing that happens is that the page refreshes, but I don't get anything other than the home page. The web address changes, but nothing else....Ideas?
    If this happens, this usually means that your webserver is not supporting or not having mod_rewrite enabled. This is something you will have to check with your host.
    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. #2773
    Join Date
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Gang -

    is there a way to modify a particular URL similar to what you can do in WordPress when you write a post?

    I looked all over the Simple SEO settings in my ZenCart but wasn't able to find anything relevant.

    thanks!
    Gabstero

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by gabstero View Post
    Gang -

    is there a way to modify a particular URL similar to what you can do in WordPress when you write a post?

    I looked all over the Simple SEO settings in my ZenCart but wasn't able to find anything relevant.

    thanks!
    Gabstero
    Alias Manager is what you need, go to extras->ssu manager.
    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. #2775
    Join Date
    Jan 2008
    Posts
    67
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    If this happens, this usually means that your webserver is not supporting or not having mod_rewrite enabled. This is something you will have to check with your host.
    I checked with the host and it seems mod_rewrite is enabled, any other ideas?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by skylab001 View Post
    I checked with the host and it seems mod_rewrite is enabled, any other ideas?
    Post the url to your site.
    Post the location of your htaccess
    Post the content of your htaccess

    You can pm me if you want.
    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. #2777
    Join Date
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Alias Manager is what you need, go to extras->ssu manager.
    Thanks Yellow! Quick SEO wisdom question. Do you think Google favors aliases to be Permanent or not in terms of ranking?

    thanks a ton!
    Gabstero

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by gabstero View Post
    Thanks Yellow! Quick SEO wisdom question. Do you think Google favors aliases to be Permanent or not in terms of ranking?

    thanks a ton!
    Gabstero
    Note that these alias are now your real links. Those old links are now redirected to the new ones. So in any case, avoid changing links unless you really have to.
    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. #2779
    Join Date
    Mar 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I've upgraded my sites PHP to PHP5 and I still can't seem to get things to work correctly. When I click in Extras->Simple SEO URL Manager I just get a blank page. I've tried re-uploading everything and following the installation steps again but nothing.

    I can now get the ssu_check.php to load up and here is what it says:
    Checking includes/configure.php
    Suggested .htaccess content
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    RewriteBase /buy/

    # 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
    Not sure what this means, but any ideas?

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

    Default Re: Simple SEO URL [support thread]

    It means you are supposed to put this in htaccess file

    Code:
    #### BOF SSU 
    Options +FollowSymLinks -MultiViews 
    RewriteEngine On 
    RewriteBase /buy/ 
    
    # 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
    For the blank page problem, you have to follow this guideline: https://www.zen-cart.com/tutorials/index.php?article=82
    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

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