Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2007
    Posts
    62
    Plugin Contributions
    0

    Default how to install SEO in windows?

    Hello
    I downloaded SEO package for zen cart. But it is not working. I followed all the steps defined in the readme.txt file . this file says to rename htaccess file which works only in Linux environment. I think that is the reason why the package is not working. Is there any solutions to this problem?

  2. #2
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: how to install SEO in windows

    This post may be of some interest.

    Just to let you know, I didn't manage to get Ultimate SEO URLs working on IIS 6. However, I've not tried the new version of Ultimate SEO URLs yet.

    I'll get round to testing the new version soon and report back if it works.

    http://www.zen-cart.com/forum/showthread.php?t=57360

    Good luck! :)

  3. #3
    Join Date
    Jul 2006
    Location
    Johannesburg
    Posts
    447
    Plugin Contributions
    1

    Default Re: how to install SEO in windows

    I have Ultimate SEO installed and working on a windows server. You need to confirm with your host that they support URL_REWRITE on windows.

    In place of using .httaccess you use a file called httpd.ini to redirect your url requests.

  4. #4
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: how to install SEO in windows

    Quote Originally Posted by Louis View Post
    I have Ultimate SEO installed and working on a windows server. You need to confirm with your host that they support URL_REWRITE on windows.

    In place of using .httaccess you use a file called httpd.ini to redirect your url requests.
    Hi Louis,

    I host my own website and when first trying to setup URL_REWRITE I ran into a few problems. I beleive this was due to my OS being x64. However, I cannot confirm this.

    I'm going to try and set this up again and will be crossing my fingers this time! :)

  5. #5
    Join Date
    Sep 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: how to install SEO in windows

    You may ask your host if they have ISAPI_Rewrite: helicontech.com/isapi_rewrite/ installed.

  6. #6
    Join Date
    Mar 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: how to install SEO in windows

    Quote Originally Posted by Louis View Post
    I have Ultimate SEO installed and working on a windows server. You need to confirm with your host that they support URL_REWRITE on windows.

    In place of using .httaccess you use a file called httpd.ini to redirect your url requests.
    where do I get the "httpd.ini to redirect your url requests." file?

  7. #7
    Join Date
    Jul 2006
    Location
    Johannesburg
    Posts
    447
    Plugin Contributions
    1

    Default Re: how to install SEO in windows

    Quote Originally Posted by wilpack View Post
    where do I get the "httpd.ini to redirect your url requests." file?
    Place the following in a file called httpd.ini and upload the file to the root of your store.


    PHP Code:

    [ISAPI_Rewrite]

    #UriMatchPrefix /demo/
    #UriFormatPrefix /demo/
     
    #RewriteRule /(?!editors)(.*) /$1 [L] 

    # From Ultimate SEO URLs
    RewriteRule .*-p-(.*)\.html(?:\?(.*))? /index.php\?main_page=product_info&products_id=$1?2&$2: [I,L]
    RewriteRule .*-c-(.*)\.html(?:\?(.*))? /index.php\?main_page=index&cPath=$1?2&$2: [I,L]
    RewriteRule .*-m-([0-9]+)\.html(?:\?(.*))? /index.php\?main_page=index&manufacturers_id=$1?2&$2: [I,L]
    RewriteRule .*-pi-([0-9]+)\.html(?:\?(.*))? /index.php\?main_page=popup_image&pID=$1?2&$2: [I,L]
    RewriteRule .*-pr-([0-9]+)\.html(?:\?(.*))? /index.php\?main_page=product_reviews&products_id=$1?2&$2: [I,L]
    RewriteRule .*-pri-([0-9]+)\.html(?:\?(.*))? /index.php\?main_page=product_reviews_info&products_id=$1?2&$2: [I,L]

    # All other pages
    # Don't rewrite real files or directories

    #There is no way to convert these conditions in the current ISAPI_Rewrite version:

    #RewriteCond %{REQUEST_FILENAME} !-f [NC]
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule ^(.*).html /index.php?main_page=$1&%{QUERY_STRING} [L]


    #Only rule could be converted to:
    RewriteRule (.*)\.html(?:\?(.*))? /index.php\?main_page=$1?2&$2: [I,L]

    #UriMatchPrefix
    #UriFormatPrefix 

 

 

Similar Threads

  1. How to install locally on a windows xp machine?
    By mdivk in forum Installing on a Windows Server
    Replies: 7
    Last Post: 22 Nov 2011, 06:52 PM
  2. How to install Ultimate SEO URLs
    By alan145 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Aug 2009, 04:32 PM
  3. OMG...what is CURL and how do you install it? (my windows localhost)
    By arretx in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 9 May 2007, 08:47 AM

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