Quote:
Originally Posted by DemOnstar
Yes, very helpful..
I read the post above and it says "Delete This codes and use IT" !
If I delete this code then it is not possible to use it...
I think that most contributors and developers assume that others know as much about the ins and outs of code input and manipulation... From a newbie stand point, we, I have no idea whatsoever about ht.access at all.
But yes contributor, thanks for your advice...
Tagged for future use. :erm:
|
Quote:
Originally Posted by ForceHSS
Post 6 means delete all that code from the op posted htaccess file then use the one you just edited. Use notepad ++ to edit the file
|
Quote:
Originally Posted by ozzy47
Well that helps alot, without the error no one can help you.
|
Quote:
Originally Posted by Moh4m4d
Delete This codes and use IT !
Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
As I am not aware about all these codings, i have a few questions for you!
There are two codes: one in 1st post and second one in 6th post. Now my doubt is
1.) I am not using vbseo but using
vbseo_sitemap-3-0 PL1 mod. So there were little changes in .htaccess.
2.) You said! Delete This codes and use IT ! Do you want me to replace the entire existing .htaccess code with the one you had provided in post 6?
3.) In post 6 you wrote if you don't use vbseo, Delete This codes and use IT ! I am using
vbseo_sitemap-3-0 PL1 mod.Do you want me to continue the
vbseo_sitemap-3-0 PL1 mod or remove it before or after altered the .htaccess? So what will be your suggestion for me?
4.) Does my site be Google friendly?
5.) Yet any simple explanation for the users like me?
thanks in advance