Jump to content

Login Redirecting Error


Recommended Posts

Posted

I have just upgraded a 3.4.9 site to V4.x and am using the external Pages index.php.  Everything seems to be working fine except that no-one can login because the login URL keeps redirecting back to the home page:

http://www.ybn.org.uk

http://www.ybn.org.uk/community/login/

I can't see anything in the settings, conf_global or htaccess that might be causing it, all of the FURLs are set correctly and the background tasks have all completed.  There are no php errors.

Site is set off-line at the moment until I can check all of the settings, but although the admin side is fine, even admins can't log into the front.

Anyone any idea what might be happening please?

Posted

Hi,

the only thing in the htaccess file is the stuff that the Pages generated:

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico)(\?|$) - [L,NC,R=404]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

As far as I can see it is identical to my test site which is working just fine.

Posted

This file must be in the .../community, but not in Root

content

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /community/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico)(\?|$) - [L,NC,R=404]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /community/index.php [L]
</IfModule>

 

Posted
2 minutes ago, Edward Shephard said:

Ha.  I am an idiot, and you sir are excellent.  Now going to shuffle away and hide with embarrassment :ph34r:

You probably need to install (reinstal) mod_rpaf by using this command: sh /scripts/installmodrpaf

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...