Quote:
Originally Posted by iojam
Hello,
1. it is suggested to set the execution time for scheduled task to the moment with minimal activity on your forums
2. you should create .htaccess file as described, the files will still be saved in data/ folder, but you will be able to access them in forums root
3. what is your complete .htaccess file contents?
|
about #1 : i found the option in setting : " Delay Execution After Each Sitemap File " but what amount u should suggest me ? is it second or minute or what ? ( default is 0 )
about #2 i : saw that my .htaccess is not available in forum directory !! so i made it again and now it works well .
about #3 :
my site is redirect from public_html to public_html/forum . so i have just one .htaccess in /forum directory and this is is :
Quote:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
is it correct ? or i should have it in root directory too ? thanks