Page 328 of 506 FirstFirst ... 228278318326327328329330338378428 ... LastLast
Results 3,271 to 3,280 of 5054
  1. #3271
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bobmatt4u View Post
    I did that what you said
    created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
    set status of ssu true..
    its create static url but urls not working, showing error.
    500 Internal Server Error error

    Please suggest

    Thanks
    Maybe this will help.
    Quote Originally Posted by CCR Sport View Post
    Ok, my programmer just installed SIMPLE SEO URL on my 1.3.8 Zen-Cart and I'm now trying to figure ut how to configure it so that it works.

    When I "Set SSU Status" to true I get an error on the actual front end of my live site:

    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.

    Do you have any tips on how to configure SSU once it is installed?

    Thank you very much


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

    Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.ccrsport.com Port 80
    Quote Originally Posted by pseudonym View Post
    I am getting the exact same error.

    The cache dir and all subdirs/files are 777.

    Warning Checking includes/configure.php
    Warning Suggested .htaccess content

    I don't know what's wrong with my configure.php...

    The htaccess is SSU's default one. I did not use a htaccess before.
    Quote Originally Posted by yellow1912 View Post
    You need to change the htaccess content, RewriteBase / is precisely the line you have to change.

    The instruction is online as well as inside the htaccess
    http://wiki.rubikintegration.com/zen...u/installation
    Quote Originally Posted by yellow1912 View Post
    I have to know where your store is located to know what is wrong with it, for example if it is in a subfolder named shop then it should be RewriteBase /shop

    If not, then it is correct. And if you still get the 500 error, you have to check the server error log to know precisely what goes wrong. 500 is a general error which can mean many things.
    Quote Originally Posted by pseudonym View Post
    I found the problem.

    I did not have module_manager_rev16zip.zip installed.

    It's working now! Phew!

    One question though: is it possible to change the names of the main categories?

    Right now my URL will look like: http://www.site.com/wild-flowers/blue-wild-flowers. The actual category is also called "Wild Flowers"

    Still, I want to change the "wild-flowers" part into "buy-wild-flowers", so for example: http://www.site.com/buy-wild-flowers/blue-wild-flowers.

    I've added an Alias like that in the Manage Aliases field, enabled it and made it permanent. But the URL does not change to that when I visit my home page. It is still "wild-flowers". I can access the page by hand-typing "/buy-wild-flowers", however it doesn't show up naturally..........

    Any advice?

    Thanks a lot for this plugin, it is much better than CEON SEO URLs!!!!
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #3272
    Join Date
    Jan 2009
    Location
    Czech Republic
    Posts
    59
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi, I have a problem. I have just installed xml generator and I want it to generate seo urls of my products for yahoo and others. I found code:
    PHP Code:
    function zen_seo_href_link($page ''$parameters ''$connection 'NONSSL'$add_session_id true$search_engine_safe true$static false$use_dir_ws_catalog true) {
    if (
    defined('SEO_ENABLED') && SEO_ENABLED == 'true') {
    if (!isset(
    $GLOBALS['seo_urls']) && !is_object($GLOBALS['seo_urls'])) {
    include_once(
    '../' DIR_WS_CLASSES 'seo.url.php');
    $GLOBALS['seo_urls'] = &new SEO_URL($_SESSION['languages_id']);
    }
    return 
    $GLOBALS['seo_urls']->href_link($page$parameters$connection$add_session_id$static$use_dir_ws_catalog);
    } else {
    return 
    zen_href_link($page$parameters$connection$add_session_id);
    }

    which works with ultimate seo url but doesn't work with this mode. Can somebody somebody solve the problem for me? THX

  3. #3273
    Join Date
    Feb 2009
    Location
    Brazil
    Posts
    43
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    hello, I'm still with the problem described on page 318 of this topic. I need to transform ç => c, á => a, etc ... in my page but I can not, now I discovered that the problem is more serious, google is not being able to find the links created in xml sitemap because of non-alphanumeric characters. my version is the 2.96(php4), my server don't have the php5. how can i convert non alphanumeric characters? the ultimate seo url contribution used to do this, but i got too much problems with it. countrycharm tried to help me (assistance for which I am very grateful) but with no success.

    hope somebody can help me with this, all i need is to convert this caracters, everything else is working fine.

    thank you
    Artigos Religiosos Católicos Casas N. Sra. dos Prazeres
    http://lojasnsp.com.br

  4. #3274
    Join Date
    Dec 2008
    Location
    USA
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    maybe your server doesnt have mod_rewrite enabled?
    it has mod rewrite enabled. otherwise, it shouldn't work at all. the funny thing is it is not sending the not found pages to 404. instead sending to site home page. mod rewrite is working, but not the we are expecting or I am missing something.

  5. #3275
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by srigari View Post
    it has mod rewrite enabled. otherwise, it shouldn't work at all. the funny thing is it is not sending the not found pages to 404. instead sending to site home page. mod rewrite is working, but not the we are expecting or I am missing something.
    I'm sorry I'm not able to answer your question, but I found this thread that will. Hope you get it sorted out.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #3276
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by igrossiter View Post
    hello, I'm still with the problem described on page 318 of this topic. I need to transform ç => c, á => a, etc ... in my page but I can not, now I discovered that the problem is more serious, google is not being able to find the links created in xml sitemap because of non-alphanumeric characters. my version is the 2.96(php4), my server don't have the php5. how can i convert non alphanumeric characters? the ultimate seo url contribution used to do this, but i got too much problems with it. countrycharm tried to help me (assistance for which I am very grateful) but with no success.

    hope somebody can help me with this, all i need is to convert this caracters, everything else is working fine.

    thank you
    Yellow will need to help you with your problem, since you are still on the php4 version.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #3277
    Join Date
    Jul 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    what do you think could be the problem?

    Quote Originally Posted by myfootsmells View Post
    15|Beta 3.6.7

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Yellow will need to help you with your problem, since you are still on the php4 version.
    I will have to check this php4 version again, I have no memory how to do this, lol, it's so back in the past. Cant your host upgrade you to php5(if you are already using 1.3.7 and up)? This should be a painless process
    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. #3279
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bobmatt4u View Post
    I did that what you said
    created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
    set status of ssu true..
    its create static url but urls not working, showing error.
    500 Internal Server Error error

    Please suggest

    Thanks
    Internal error is usually because of wrong htaccess content.
    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. #3280
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by myfootsmells View Post
    15|Beta 3.6.7
    You should not have problem with this version. Did you clear up all cached in your admin-extras-ssu manager?

    Can you post a link to the 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

 

 

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