Search:

Type: Posts; User: iRAY

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: SitemapXML v.2

    by iRAY
    Replies
    2,106
    Views
    423,086

    Re: SitemapXML v.2

    Please use SitemapXML Version: 3.3.3.

    Newer versions miss the proper MSU support.
  2. Thread: URL redirection

    by iRAY
    Replies
    15
    Views
    2,422

    Re: Question for htaccess experts regarding two domains and language packs

    It depends what you want.

    If you want to set the language in cookies by visiting one of those domains then you need:


    RewriteBase /
    RewriteCond %{HTTP_HOST} ^(www\.|)example\.co\.uk$ [NC] ...
  3. Replies
    78
    Views
    15,187

    v151 Re: Admin Keepalive Timer [Support Thread]

    Adding the following code:


    if(!in_array('header.php', array_map('basename', get_included_files())))
    return;

    to the very beginning of YOUR_ADMIN/includes/keepalive_module.php should do the...
  4. Replies
    12
    Views
    1,218

    Re: Problems pointing old URL to new site

    Revert all changes you made to those files and edit it again - there are probably some typos causing PHP parse error.
  5. Replies
    12
    Views
    1,218

    Re: Problems pointing old URL to new site

    Also re-configure admin/includes/configure.php file.
  6. Replies
    12
    Views
    1,218

    Re: Problems pointing old URL to new site

    You need to change your includes/configure.php file to reflect new location.


    define('HTTP_SERVER', 'http://www.toomuchfunclub.net');
    define('HTTPS_SERVER', 'https://www.toomuchfunclub.net');
    ...
  7. Replies
    696
    Views
    169,507

    Re: Better Together Contribution Support Thread

    To see the error message add following code to the top of admin/includes/application_top.php file (after <?php):


    @ini_set('display_errors', '1');
  8. Thread: Custom 404 page

    by iRAY
    Replies
    2
    Views
    747

    Re: Custom 404 page

    soyscentual.net/assets link works for me. Try to clean Firefox cache (it is common problem). You can also try to turn it off temporary in Web Developer Toolbar - Disable - Disable Cache.
  9. Replies
    6
    Views
    2,794

    Re: .htaccess redirect

    All you need is to add following code after RewriteBase line:



    RewriteRule ^/shop/(.*)$ http://www.site.com/$1 [R=301,QSA,L]
  10. Replies
    7
    Views
    1,406

    Re: Admin Sessions broken, public side fine

    There is a patch by DrByte for PHP 5.3: http://www.zen-cart.com/forum/showpost.php?p=804484&postcount=2
  11. Thread: Cart not showing

    by iRAY
    Replies
    3
    Views
    728

    Re: Cart not showing

    In order to help you, error message needs to be known.

    To see it open includes/application_top.php file and add following code:


    define('STRICT_ERROR_REPORTING', true)

    to the top of this...
  12. Replies
    4
    Views
    1,252

    Re: Installing Updates via Godaddy?

    As far as I know you must, because GoDaddy does not provide such service.



    It is a situation which meets many ZC users. What I recommend you is to do the following:


    Download all files...
  13. Replies
    11
    Views
    2,367

    Re: Change Define Page URL

    You only have to modify your .htaccess file just like before, i.e. add something like this to the end of file:


    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d...
  14. Replies
    11
    Views
    2,367

    Re: Change Define Page URL

    Magic SEO URL does not handle URLs from Define Page Editor, but MSU can be used with any other Add-On, so if you know about Rewrite Add-On which supports this (I don't - is there any? I don't track...
  15. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    To allow full control how master categories are handled when unique path to product is assigned, there is now new use_master_category option. I think this is one of the most wanted feature. Check...
  16. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    Could you please PM me the line causing this or your fix? (It is technically impossible for MSU to have such behavior as I wrote in one of my previous post)
    Whenever anyone report troubles/issue/bug...
  17. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    You can see HTTP headers by installing e.g. Web Developer Toolbar for Firefox and selecting Information - View Response Headers.

    But since MSU send HTTP 404 only after redirections to dynamic URLs...
  18. Replies
    5,053
    Views
    991,347

    Re: Simple SEO URL [support thread]

    One last word. I would like to say, that I don't feel Ultimate SEO URLs or Simple SEO URL to be a competitive product to MSU.
    Unlike MSU both are using internal Zen Cart API - it has positives and...
  19. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    I am only defending MSU. My post are very rare since I am very busy.
    Btw this topic also includes MSU and I think I was posting here only facts, not any promotion bull ########.
  20. Replies
    5,053
    Views
    991,347

    Re: Simple SEO URL [support thread]

    I am sorry abou this, but I was not the person, who post first off topic message. I am only defending MSU. Please take this to your consideration...
  21. Replies
    5,053
    Views
    991,347

    Re: Simple SEO URL [support thread]

    From my developer point of view, your site is only little modified.



    Already do that and I didn't find any troubles that were not solved.



    Yes, no indication or you found anywhere on our...
  22. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    ...and outlook from vendor perspective http://www.zen-cart.com/forum/showpost.php?p=553577&postcount=203 :-)
  23. Replies
    5,053
    Views
    991,347

    Re: Simple SEO URL [support thread]

    The were never any issue/bug with redirections - it is absolutely basic feature. I really don't know where you got such info (you can review web sites which are using 1.0.00 version - redirections...
  24. Replies
    5,053
    Views
    991,347

    Re: Simple SEO URL [support thread]

    First of all, sorry for this short reply to your post (I am very busy man these days).

    the problem was caused by Zen Cart session lost problem (it has nothing to do with MODs - your Zen Cart...
  25. Replies
    5,053
    Views
    991,347

    Re: Simple SEO URL [support thread]

    Could you please specify what exactly MSU is not doing properly?



    This is not MSU bug, but Zen Cart session lost problem, please see this
    thread for work around:...
  26. Re: Magic SEO + Google Adwords problem can cost you big $$$$, be aware !!

    As I already wrote you, this was already discussed here: http://www.zen-cart.com/forum/showthread.php?t=74653&page=6 and also on official MSU board:...
  27. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    I can confirm that MSU is compatible with Edit Cart MOD.
  28. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    Since there was Google AdWords auto-tagging problem discussed previously, I think it is good to let other know, that was completely solved and Strict URLs are now supported and working correctly both...
  29. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    No new posts for a long time in this thread :( Let me introduce new small MSU update version.

    Major Changes (1.1.01 to 1.1.02)

    Improved compatibility with some old mod_rewrite revisions
    ...
  30. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    New update version is available. Only one tiny, but one of the most requested Feature was added.

    Major Changes (1.1.00 to 1.1.01)


    URIs without trailing slash "/" at the end are now working...
  31. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    I acknowledging this (it is caused by my simple/bad English - and also - some times by me :blush:).
  32. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    Could you please specify exact minor issues you have reported?

    I spend big amount of time replying to your "reported issues" which was found by you, but it looks like I waste my time...



    I...
  33. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    Michael, I have send about 12 messages to you and all other troubles were fixed by following my directions successfully (correct me if I am wrong). The problem with buy_now link is really something...
  34. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    I am proud to announce Magic SEO URL for ZenCart 1.1 series!
    This new series incorporate Magic SEO URL Core 1.1, is coming with increased category depth to 5 and also with new nice configuration...
  35. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    Some BS was written last days in this thread by posters with no good SEO knowledge. I only clarify some pending questions (thanks BlessIsaacola for defending).



    All SEO beginners start here:...
  36. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    I am proud to announce the long awaited news: Magic SEO URL for ZenCart now supports also Microsoft IIS with ISAPI Rewrite 3 installed!
  37. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    Change logs can be found at recently launched Support forum http://www.magic-seo-url.com/board/ where you can also discuss Magic SEO URL and SEO in general.
  38. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    New Magic SEO URL for ZenCart update is available (1.0.16).

    Check: www.magic-seo-url.com/updates/

    Normally I don't announce new versions on public forums, but this version comes with...
  39. Re: re-coding success message to work with Magic SEO URL?

    Hello Mat,

    Very simple solution has been found. As I mentioned in other thread some time ago, it is necessary to modify ZenCart sources in order to fix this issue.
    Exact required step is...
  40. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    No of course.



    We have no Vietnam customers yet, but you may be first :) There is discount only in case of ordering two or more copies (it doesn't need to be together).
  41. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    Magic SEO URL does not use or alter ZenCart API. If you have a trouble, it will be great idea to contact our installation support.
  42. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    If I remember correctly, only unused Product Types can be deleted.



    Only Rewrite Rules for used Product Types are included in .htaccess.
  43. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    ZenCart administration - Catalog - Product Types.
  44. Replies
    142
    Views
    48,091

    Re: Magic SEO URL vs Ultimate SEO URL vs SEO_G

    It is likely expected I write here "Magic SEO URL is The Best", but no - I don't like such kind of spam and I also believe that the real (I hope positive) experiences from our customers are more...
  45. Replies
    1,455
    Views
    467,714

    Re: Chemo's Ultimate URL's

    I only try to clarify it (I know you are already using Magic SEO URL, but for others). HTTPS is supported by Magic SEO URL automatically (in case of http://www.example.com and...
  46. Replies
    1,455
    Views
    467,714

    Re: Chemo's Ultimate URL's

    Sorry for this OT about Magic SEO URL in Ultimate SEO URLs thread, but who did you provide with such information?
  47. Re: Ultimate_SEO_URLs_v2.103 .htaccess is giving me trouble

    Make sure you have installed Ultimate SEO URLs correctly. Also post content of your .htaccess file when Internal Server Error occur.
  48. Re: Ultimate_SEO_URLs_v2.103 .htaccess is giving me trouble

    What was the exact error message?

    There may be several reasons for malfunction. You probably need to enable mod_rewrite for your site.
  49. Replies
    8
    Views
    1,110

    Re: A question about subdomains

    Thanks for clarification. :oops: It wasn't personal attack to you, maybe due to my simple english... :frusty:

    P.S. There is no morning in my country right now :-)
  50. Replies
    8
    Views
    1,110

    Re: A question about subdomains

    ... and what was I talking about? ;-)
Results 1 to 50 of 70
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR