Site is indexed now only in default system language. I use last version of vldpersonals and i am upset that my site is indexed Only in one language. I have duzzen of articles. Even pages are indexed, header is allways indexed in defaut system language. |
vldCrowd Stats
- Members: 596
- Online Now: 0
- Blogs:585
- Files: 40
- Pictures:139
- Videos:89
Support vldCrowd
LuvPoint.com
Premium Dating Templates
for Your vldPersonals Website.
Serving Community for
Almost 3 Years!
- + Easy to Install & Activate
- + Full Documentation
- + Free Lifetime Updates
- + Visit LuvPoint.com





Comments
Plebejus
<url>
<loc>http://mamacholly.net/news/english/</loc>
<lastmod>2010-03-02</lastmod>
</url>
<url>
<loc>http://mamacholly.net/lovestory/english/</loc>
<lastmod>2010-03-02</lastmod>
</url>
<url>
<loc>http://mamacholly.net/news/english/view/1/</loc>
<lastmod>2010-02-20</lastmod>
</url>
<url>
<loc>http://mamacholly.net/lovestory/english/view/4/</loc>
<lastmod>2010-02-22</lastmod>
</url>
I'll publish my multilingual mods at {vldCrowd} later.
rombest
Plebejus
rombest
Plebejus
For example - news by default have no any language features and possibilities for add multilingual support.
But this problem is solvable and I have a multilingual decision for some of page types, such as "news", "love stories", "tos".
rombest
Plebejus
It’s not difficult to fix this problem (for example you have six languages as I have):
-At first open your .htaccess file and at the “SITE WIDE PAGES” section add following lines:
RewriteRule ^english/?$ ?language=english [L]
RewriteRule ^russian/?$ ?language=russian [L]
RewriteRule ^german/?$ ?language=german [L]
RewriteRule ^french/?$ ?language=french [L]
RewriteRule ^italian/?$ ?language=italian [L]
RewriteRule ^spanish/?$ ?language=spanish [L]
@fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'english/' : 'index.php?language=english')); $totalurls++;
@fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'russian/' : 'index.php?language=russian')); $totalurls++;
@fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'german/' : 'index.php?language=german')); $totalurls++;
@fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'french/' : 'index.php?language=french')); $totalurls++;
@fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'italian/' : 'index.php?language=italian')); $totalurls++;
@fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'spanish/' : 'index.php?language=spanish')); $totalurls++;
Log in to leave a comment