EricK 0 Posted September 4, 2004 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 Share this post Link to post Share on other sites
hobbyhen 0 Posted December 16, 2004 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 <{POST_SNAPBACK}> 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. Share this post Link to post Share on other sites