Hi
I have some problem with the files .htaccess
my cms is not indexed while the forum is indexed perfect
I have installed all in the forum folder, in the root i have the index.php of vbadvanced portal
I use two. htaccess file one at root domain and another in the root of the forum
in root i have this
Code:RewriteEngine on Options +FollowSymLinks RewriteCond %{HTTP_HOST} ^collectiontricks.it [NC] RewriteRule ^(.*)$ http://www.collectiontricks.it/$1 [L,R=301] IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName collectiontricks.it ErrorDocument 400 /forum/400_forum.php ErrorDocument 401 /forum/401_forum.php ErrorDocument 403 /forum/403_forum.php ErrorDocument 404 /forum/404_forum.php ErrorDocument 500 /forum/500_forum.php
at root forum (folder forum) i have this
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\.collectiontricks\.it RewriteRule (.*) http://www.collectiontricks.it/forum/$1 [L,R=301] ErrorDocument 400 /forum/400_forum.php ErrorDocument 401 /forum/401_forum.php ErrorDocument 403 /forum/403_forum.php ErrorDocument 500 /forum/500_forum.php RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) 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]
suspicion of anything on. htaccess file I has come because that like facebook works well on the forum and not on the CMS.
facebook test takes me to this result.
https://developers.facebook.com/tool...lo-utente.html
Thank you for your cooperation


LinkBack URL
About LinkBacks





Reply With Quote

