Page 134 of 506 FirstFirst ... 3484124132133134135136144184234 ... LastLast
Results 1,331 to 1,340 of 5054
  1. #1331
    Join Date
    Nov 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Well whichever link I click on my site, it shows up the following error:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.5 Server at www.gemsoul.com Port 80
    I installed v3.3.9

    Pls help!!
    Last edited by starruby; 15 Nov 2008 at 11:25 AM.

  2. #1332
    Join Date
    Nov 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Well, in the .htaccess file I changed:

    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    RewriteBase /zencart/
    to

    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    It solved the Server Error but still the links show the old urls and not the new seo urls.

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

    Default Re: Simple SEO URL [support thread]

    SSU has a switch needed to be turned on in admin, which is off by default (for a good reason)
    Go to configuration->ssu settings to turn it on


    For more info, here is the installation note:
    http://wiki.rubikintegration.com/zen...u/installation

    Here is the tutorial to use link-alias
    http://public.rubikintegration.com/t.../ssu_alias.htm


    Quote Originally Posted by starruby View Post
    Well, in the .htaccess file I changed:



    to



    It solved the Server Error but still the links show the old urls and not the new seo urls.
    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. #1334
    Join Date
    Nov 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    SSU has a switch needed to be turned on in admin, which is off by default (for a good reason)
    Go to configuration->ssu settings to turn it on


    For more info, here is the installation note:
    http://wiki.rubikintegration.com/zen...u/installation

    Here is the tutorial to use link-alias
    http://public.rubikintegration.com/t.../ssu_alias.htm
    I installed ssu after reading the installation note... I have already turned it on. The problem is that when you click on the links of categories / products, they redirect to the renamed urls but the links on all pages still show the old urls.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by starruby View Post
    I installed ssu after reading the installation note... I have already turned it on. The problem is that when you click on the links of categories / products, they redirect to the renamed urls but the links on all pages still show the old urls.
    This happens when you hardcode your urls. You have to use the function zen_href_link to build the links.

    A link to the sample page will also help me to understand what you mean.
    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. #1336
    Join Date
    Nov 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    This happens when you hardcode your urls. You have to use the function zen_href_link to build the links.

    A link to the sample page will also help me to understand what you mean.
    http://www.gemsoul.com

    For example, when you hover over any link (say "Ruby" under the Categories sidebox), the link is http://www.gemsoul.com/index.php?mai...index&cPath=37

    but when you click on that link, it redirects to http://www.gemsoul.com/ruby-c-37

    I am unable to understand how to change the link to http://www.gemsoul.com/ruby-c-37

    I hope I am not confusing you !!

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

    Default Re: Simple SEO URL [support thread]

    I suspect you have not edited/overwrriten the html_output.php as instructed.
    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. #1338
    Join Date
    Nov 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I suspect you have not edited/overwrriten the html_output.php as instructed.
    Oops.. my bad! that solved the problem. Sorry for the trouble. This url alias thing is absolutely fantastic!

  9. #1339
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Hi Yellow I have a question for you. I'm trying to redirect my site to a non-www site like http://thegoodshepherdstore.com
    I'm still using simple seo 2.8
    mprough has been trying to help me out but when I did what she said now I have messed up the URLS. Would you be so kind to look at my site to see whats going on. This is what my htaccess looks like after she had me add some code. First she had me add this code to the admin htaccess
    RewriteEngine off
    This is what my root htaccess Looks like
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.thegoodshepherdstore.com$ [NC]
    RewriteRule ^(.*)$ http://thegoodshepherdstore.com/$1 [R=301,L]

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php?\ HTTP/
    RewriteRule ^(.*)index\.php?$ http://thegoodshepherdstore.com/$1 [R=301,L]

    # 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
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU
    Now when you go to a product you see this for example
    http://thegoodshepherdstore.com/spor...bd725m7urb3r63 Thank you for your help in advance.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #1340
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Never mind I think that was for someone who needs redirecting if The problem is with duplicate content in your site. I have not had that problem yet so I just put my htaccess file back the way it was and my problem went away. This is a good thread if you have that problem.
    http://www.zen-cart.com/forum/showth...=104749&page=3
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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