![]() |
|
|
|||||||
| Subrion Core Discussion Here we discuss everything that is related to Subrion CMS core functionality. Additional features related to plugins and templates engines. New features that are related to Manage Pages functionality or anything that's not related to Subrion packages. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Nov 2010
Location: http://www.Erotic-Sex-Stories.net
Posts: 17
![]() |
Hello
in admin area I click to generate sitemap and I looked in my server file manager and noticed that a new sitemap.xml file exit in mysite.com/tmp/sitemap.xm it exist on tmp directory, not in the root directory , I tried to copy that file from tmp folder to the root folder and then access it via browser like this http://mysite.com/sitemap.xml but I get redirected to 404 page error via htaccess so how can get his sitemap file ? and how can I make it generated on the root and accessed directly via web browser so I can submit it to google webmaster tool ? thank you |
|
|
|
|
|
#2 (permalink) |
|
Administrator
Join Date: Feb 2008
Location: Kyrgyzstan, Bishkek
Posts: 510
![]() |
Greetings
Sitemap should be available from your script root location. Example: http://publishing.subrion.com/sitemap.xml Please recheck the following. a. you generated it in your admin panel -> top dropdown menu b. your .htaccess file has the following content. Code:
DirectoryIndex index.php
<ifModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^js/ckeditor/fck_upload.php$ js/ckeditor/fck_upload.php [L]
RewriteRule ^fck_upload.php$ js/ckeditor/fck_upload.php [L]
RewriteRule ^sitemap.xml$ tmp/sitemap.xml [L]
RewriteRule ^tmp/sitemap.xml$ tmp/sitemap.xml [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)(\.xml|\.php([0-9]|)|\.tpl|\.ini|\.inc|/)$ index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L]
</ifModule>
__________________
Auto classifieds script, Best Articles Script, Web Directory Software, Realty Classifieds Script, eLitius Affiliate Tracking Script - Open Source Affiliate Script, Free Directory Script - Best Free Directory Script Follow Surbion CMS news and updates on Subrion Twitter |
|
|
|
|
|
#4 (permalink) |
|
Administrator
Join Date: Feb 2008
Location: Kyrgyzstan, Bishkek
Posts: 510
![]() |
Great
As I mention this will be fixed in our next core patch. Sorry!
__________________
Auto classifieds script, Best Articles Script, Web Directory Software, Realty Classifieds Script, eLitius Affiliate Tracking Script - Open Source Affiliate Script, Free Directory Script - Best Free Directory Script Follow Surbion CMS news and updates on Subrion Twitter |
|
|
|
|
|
#5 (permalink) |
|
Member
Join Date: May 2009
Location: UK
Posts: 33
![]() |
Do I need to move the site map to the root?
Robot.txt as Disallow: /tmp/ Google can not get to the site map ![]() If I do move the site map will it update automatically on the root? Last edited by wealthyaffiliate; 12-30-2010 at 09:21 AM. |
|
|
|
![]() |
| Tags |
| sitemap |
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sitemap | Hayk | Subrion CMS Plugins Discussion | 16 | 01-24-2010 08:31 PM |
| Sitemap Redirect Pages | ckaminski | Search Engine Optimization | 1 | 10-11-2009 09:03 PM |
| google sitemap plugin question? | craig | Subrion CMS Plugins Discussion | 2 | 09-01-2009 04:39 AM |
| Google XML SiteMap | WTM | Subrion Core Discussion | 1 | 08-01-2007 09:15 PM |
| Bug again :( Apply SQL file | Sergey Ten | Subrion Core Discussion | 1 | 04-16-2007 08:54 AM |