Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

YASU and SiteMap.php MS2.2


EricK

Recommended Posts

Hello,

 

Does anyone have YASU working with the SiteMap.php MS2.2 contribution?

 

After installing YASU, the SiteMap.php (nested) links for sub-categories link to the base URL (home page), not to the sub-category page.

 

According to the author, SiteMap.php is the sitemap from the MS3(snapshot) and was re-written for MS2-2.2

 

YASU uses the following mod-rewrite in .htaccess, that I think causes this problem. Do you see what should be added/changed to make SiteMap.php work with YASU?

 

Options +FollowSymLinks

RewriteEngine on

RewriteBase /

RewriteRule admin - [L]

RewriteRule ^$ /index.php [R,L]

RewriteRule ^/$ /index.php [R,L]

RewriteCond %{REQUEST_URI} !-d

RewriteCond %{REQUEST_URI} !^/$

RewriteRule !\.(gif|php|css|jpg)$ /rewrite.php

 

Thank you for the great contributions, and your help.

 

Kind regards,

Eric Kagerer

Link to comment
Share on other sites

  • 3 months later...
Hello,

 

Does anyone have YASU working with the SiteMap.php MS2.2 contribution?

 

After installing YASU, the SiteMap.php (nested) links for sub-categories link to the base URL (home page), not to the sub-category page.

 

According to the author, SiteMap.php is the sitemap from the MS3(snapshot) and was re-written for MS2-2.2

 

YASU uses the following mod-rewrite in .htaccess, that I think causes this problem.  Do you see what should be added/changed to make SiteMap.php work with YASU?

 

    Options +FollowSymLinks

    RewriteEngine  on

    RewriteBase    /

    RewriteRule    admin                      - [L]

    RewriteRule    ^$                  /index.php [R,L]

    RewriteRule    ^/$                  /index.php [R,L]

    RewriteCond    %{REQUEST_URI}            !-d

    RewriteCond    %{REQUEST_URI}            !^/$

    RewriteRule    !\.(gif|php|css|jpg)$      /rewrite.php

 

Thank you for the great contributions, and your help.

 

Kind regards,

Eric Kagerer

 

I'm having that same problem and luckily none of my clients have caught on to it yet. I'm going to post this into the other YASU support forum.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...