It is currently Tue Sep 07, 2010 9:28 am

All times are UTC - 5 hours




Post new topic Reply to topic  [ 24 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject: Re: installed o.k. but forbidden after login
PostPosted: Mon Jul 12, 2010 7:44 am 
Offline

Joined: Thu Jul 08, 2010 8:02 am
Posts: 28
Hi,
yes did this,
Code:
########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} !^/phpmembers
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section


started forum in joomla as well
http://forum.joomla.org/viewtopic.php?f=428&t=532266&p=2198005#p2198005
interesting rewrite base solution possibly?


Top
 Profile  
 
 Post subject: Re: installed o.k. but forbidden after login
PostPosted: Mon Jul 12, 2010 8:06 am 
Offline

Joined: Wed May 13, 2009 5:52 pm
Posts: 494
Maybe try to take out part of the .htaccess sections to find out which part affects it and locate the cause of the issue, then you can find a solution to fix it. But the cause should be in the .htaccess file.

The login.php does not require any cookie to access it, so it should have nothing to do with your cookie settings.

_________________
PHPMembers Support Team
We are here to help...


Top
 Profile  
 
 Post subject: Re: installed o.k. but forbidden after login
PostPosted: Mon Jul 12, 2010 11:52 am 
Offline

Joined: Thu Jul 08, 2010 8:02 am
Posts: 28
Hi,
O.k. found what it was,
Code:
DirectoryIndex index.html

changed to
Code:
DirectoryIndex index.html index.php


How do I access the admin?


Top
 Profile  
 
 Post subject: Re: installed o.k. but forbidden after login
PostPosted: Mon Jul 12, 2010 12:10 pm 
Offline

Joined: Thu Jul 08, 2010 8:02 am
Posts: 28
Hi,

don't worry- I worked it out signed in as admin,
thank you very much for all your'e help on this.

Great software just what I need!

:D


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 24 posts ]  Go to page Previous  1, 2, 3

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron