Results 1 to 10 of 17
-
20th Aug 2011, 05:57 PM #1OPBanned
Error in redirection after login!
vB version: 3.8.7 PL2
c this, as soon i login, instead of normal redirection page, it is giving me this, although when i type the index.php address manually, it is logged in!
its just some kind of redirection problem.
its a new board, just installed, having 1 topic, and certain mods installed.
kindly help.
thankschamp_007_bond Reviewed by champ_007_bond on . Error in redirection after login! vB version: 3.8.7 PL2 http://i25.lulzimg.com/b1d4aa.jpg c this, as soon i login, instead of normal redirection page, it is giving me this, although when i type the index.php address manually, it is logged in! its just some kind of redirection problem. its a new board, just installed, having 1 topic, and certain mods installed. Rating: 5
-
21st Aug 2011, 12:17 AM #2Member
Check your htaccess and see if there is a weird redirect there.
-
21st Aug 2011, 05:44 AM #3OPBannedRewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
i think its alrite
-
21st Aug 2011, 07:29 AM #4Member
Try replacing your htaccess with this:
Code: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) 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]
-
21st Aug 2011, 07:52 AM #5Member
Check the URL settings, it should be domain without the index.php or trailing slash.
e.g. http://royalvipers.com
-
21st Aug 2011, 07:59 AM #6
-
21st Aug 2011, 08:56 AM #7
-
21st Aug 2011, 09:09 AM #8Member
Admin CP -> Settings -> Options -> Site Name / URL / Contact Details
Change your site URL to www.sitename.com
Make sure to include WWW before your site name
-
21st Aug 2011, 09:13 AM #9OPBanned
its a kind of temporary error
sometimes it occurs, sometimes it doesnt!
anyway to sort this out?
-
21st Aug 2011, 09:24 AM #10
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Getting Some Error while login
By downloadsmasti in forum vBulletinReplies: 6Last Post: 16th Feb 2012, 03:38 AM -
vBulletin 3 Login redirection page help
By tractor3231 in forum vBulletinReplies: 2Last Post: 23rd Sep 2011, 05:29 AM -
Login Error
By Perl in forum IP.BoardReplies: 3Last Post: 25th Mar 2011, 07:46 AM -
Need help : Cpanel error when trying to login !!!
By sickboy in forum Server ManagementReplies: 7Last Post: 16th Mar 2010, 05:46 AM -
Redirection Error?
By Mdrop in forum Feedback and SuggestionsReplies: 5Last Post: 10th Jul 2009, 12:57 PM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...