I just installed vbseo to my forum and i replaced the original .htaccess but the problem is when the user logs in he is Correctly Logged in when he enters a thread and then goes back to the homepage his name won't be there (they wont say welcome...XXX) he is requested to login but in fact he is Logged in so he can post ...make threads...etc i have been told that this a problem of .htaccess plz how can i fix it thanks (should i edit Something in the .htaccess?)
Open a ticket. They are incredibly helpful I had a small hickup when I installed and after letting them know it was fixed immediately.
umm... A cookie problem ? But, Try contacting vBSEO, as said before by other members, to get a speedy fix. Thanx, Shadab.
Yes, believe this is a cookie problem also! On the other hand, vbseo techs on their website are really helpful. They helped me a lot when I first installed the product.
I have a .htaccess problem with vbseo, i can not use my .htaccess with vbseo .htaccess, also I submit a support ticket but they did not help me, they are very slow helping, and asking un profisional questions. till now it is bad. My htaccess: Options +ExecCGI AddHandler php-cgi .php Action php-cgi /cgi-bin/php.cgi HTML: Vbseo .htaccess RewriteEngine On RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] HTML: if using both codes in .htaccess the result is: The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. HTML: any help please. thank you in advanced.