Page 369 of 506 FirstFirst ... 269319359367368369370371379419469 ... LastLast
Results 3,681 to 3,690 of 5054
  1. #3681
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by mcshane78 View Post
    Hi Yellow..

    Yes i have mod-rewrite, i can get MODx SEO to work but thats all built in (for idiots like me)

    I'll have another bash... my htaccess is identical to the one in the docs.
    maybe a beer will focus my mind!

    I'll give it a few more days then i think will have to pay you as I'm clearly crap:)


    (you have to admit tho.. i bet im the first to not have it turned on and ask why its not working,, hahaha)
    Make sure you change RewriteBase, the default is /zencart/ which is not correct for most stores.
    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

  2. #3682
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Idea or Suggestion Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Uhm, are you referring to the previous post? Why not just create a new define page where you can list all your categories?

    For example, you can create a new define page called "products" if you like, in this page you list all your categories
    I made a new page, but I'm having trouble adding the categories to a define page... Do you know what templates and variables / function are involved? I will post my answer here for others with the Simple SEO / cPath=0 issue.
    AIM edwardtilbury
    GoogleTalk edwardtilbury

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

    Default Re: Simple SEO URL [support thread]

    Sure,

    Do you want to display all categories or just the top level categories?
    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. #3684
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    just the top level ones, basically what I would get it if I was going to the url of:

    index.php?main_page=index&cPath=0

    I tried to figure it out on my own, but these categories , functions and classes are above my basic php knowledge.

    I have the new page added, all I need is the php to insert. :)


    THANKS
    AIM edwardtilbury
    GoogleTalk edwardtilbury

  5. #3685
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Sure,

    Do you want to display all categories or just the top level categories?
    actually, you know what might be easier, if you comment or add code to skip the forwarding of index.php?main_page=index&cPath=0 to the index page.

    I don't really understand it the code that causes this, but for you it might be very easy since you put it all together, thanks for the help
    AIM edwardtilbury
    GoogleTalk edwardtilbury

  6. #3686
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Hi Yellow...

    you'll be please to know that i have got your mod working, i had to add a bit more to the htaccess file in accordance with my hosts rules...

    but i am at the same stage that tone2 had...

    urls read like mysite/hardware-c-1

    I will follow the instructions you gave tone2 and let you know how i get on.. and pester you for more help when i get stuck :-D

  7. #3687
    Join Date
    Aug 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I just installed Simple SEO URL, when i open the web site, i can only open main page, but when i click other page, it can't open,
    the page display as following:

    Object not found!
    The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

    If you think this is a server error, please contact the webmaster.

    Error 404
    127.0.0.1
    08/28/09 22:07:07
    Apache/2.2.9 (APMServ) mod_ssl/2.2.9 OpenSSL/0.9.8h PHP/5.2.6

    Could you tell me how to do that

  8. #3688
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by alan145 View Post
    I just installed Simple SEO URL, when i open the web site, i can only open main page, but when i click other page, it can't open,
    the page display as following:

    Object not found!
    The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

    If you think this is a server error, please contact the webmaster.

    Error 404
    127.0.0.1
    08/28/09 22:07:07
    Apache/2.2.9 (APMServ) mod_ssl/2.2.9 OpenSSL/0.9.8h PHP/5.2.6

    Could you tell me how to do that
    sounds like a htaccess problem... i had that type of error too

    copy and paste this below

    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "zencart" 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

    found at http://wiki.rubikintegration.com/zen...u/installation

    Check with your host if this doesnt work, i required an additional line to suit their systems

  9. #3689
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Hi Yellow...

    I have followed the instructions... but i dont know if i have followed them right.

    I changed my config files for both to read
    define('DIR_FS_SQL_CACHE', '/var/www/html/cache/ssu');

    I this right or WORNG and BAD and EVIL? eitherway it caused alias to work.. but only for pages i set before an alias too before changing the config files. Aliases i created after this change did not take effect. Also any new catagories and products i created didnt appear in Admin>Extras> SSU mrg for me to assign aliases too.

    so i set both config back to
    define('DIR_FS_SQL_CACHE', '/var/www/html/cache/');

    and ALL aliases that did work vanished.


    so i then went to Admin>Configuration>SSU
    Set Auto Alias Status = Ture

    then the aliases i created earlier started to work! woohoo i thought

    so i created a few more new products... went to Admin>Extra>SSU Mrg.. set the alias etc..

    and now i get this on all new aliases set

    Redirect Loop













    Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.







    The browser has stopped trying to retrieve the requested item. The site is

    redirecting the request in a way that will never complete.




    * Have you disabled or blocked cookies required by this site?


    * NOTE: If accepting the site's cookies does not resolve the problem, it is probably a server configuration

    issue and not your computer.

    ****************************


    i am using 1.3.8a with latest patch

    im really stuck now...

  10. #3690
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi
    I have installed SSU and have noticed a significant drop in conversions.

    I am using PayPal


    I am using the latest version of SSU and have PHP5.



    Are there any issues with PayPal IPN module - the one that comes bundled with ZC.

    If so can you advise how to fix this.

    I cant find any problems myself, ive gone through checkout and it seems to be working but when i turn OFF SSU i get more conversions (as a percentage of visitors who come to my site)

    Thanks

 

 

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