Quote:
Originally Posted by Phaedrus
What would that do?
I mean wouldn't it be better to use something like this?
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoururl\.com
RewriteRule ^(.*)$ http://www.yoururl.com/$1 [R=permanent,L]
|
Quote:
Originally Posted by star88
Probably. But in my case I use virtual domains on Go Daddy. So I need to add Rewritebase / in the .htaccess file. Now it works for me.
|
It depends on how the server is configured. On some servers, you need to specify
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
so the entire set would look like this:
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
If your server doesn't need it, it won't do any harm; if it does need it, it may not work (or won't work correctly) without those additions.
Quote:
Originally Posted by UIQarena
sorry but I have one more question plz
What should I do to insert something like attached screen shot to my Vbulletin footer ?(I have vbseo sitemap installed)
Thnx in advanced
|
That's a different add-on. See
https://vborg.vbsupport.ru/showthread.php?t=194829