You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The baseUrl should not contain the last "/" slash, so when adding URLs to the schema we can have: $sitemap->addUrl('/', date('c'), 'daily', '1'); $sitemap->addUrl('/about', date('c'), 'daily', '1');
Current code doesn't work for the Root url , especially when you don't call the index.php file explicitly
The text was updated successfully, but these errors were encountered:
The baseUrl should not contain the last "/" slash, so when adding URLs to the schema we can have:
$sitemap->addUrl('/', date('c'), 'daily', '1'); $sitemap->addUrl('/about', date('c'), 'daily', '1');
Current code doesn't work for the Root url , especially when you don't call the index.php file explicitly
The text was updated successfully, but these errors were encountered: