Quote:
Originally Posted by strudinox
All links are generated successful however I am having one problem with this mod generating CMS articles URL's correctly. Running 4.1.4
My URLs are pretty standard:
Code:
http://www.gnd-tech.com/content/720-EVGA-GTX-570-Classified-Released
When I run the Generator, it produces URLs that look like this:
Code:
http://www.gnd-tech.com/content.php720-EVGA-GTX-570-Classified-Released
Notice that it's generating "content.php" and not including a /
All the other Mod Rewritten URLS are working fine such as the forums, and blogs.
|
vbseo will NOT pick up on any 'friendly' urls in use.
You should use this with vbseo, or with standard urls only.
If you're using any friendly service urls from vb4, you should use the vb4 built in tool.
Quote:
Originally Posted by Skierpetros
Default XML Sitemap must be disabled if i use this sitemap?
|
yes, you should not run both.
Quote:
Originally Posted by ngocol
Im not using VBSEO so i try to change the "\" on rewrite form VBSEO .
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
to "/" and its work thanks...
( maybe "/" its meant for VBSEO user )
the only problem wa the BING submission link
|
I have no idea what you're trying to do here.
\ is an escape character, making "." a literal DOT and not a catch-all as in, say (.*) in a regular expression.
Bing has blocked non-us pings for some time. It's out of anyone's control but their own.
Quote:
Originally Posted by Ghostt
STOPPED WORKING again! omg im lost.
getting error /sitemap_index.xml
Sitemap file not found
but /vbseo_sitemap/vbseo_getsitemap.php?sitemap=sitemap_forum_1.xml.g z works!!
something with .htaccess??????????
|
as advised before, you have 3 options, and need to consult with your host on this matter as it is the rewrite area that is not working on your server. Or, move to a provider that understands basic rewriting.