Hi jiml8,
Sorry i haven't respond earlier but i was away for a week.
Quote:
Originally Posted by jiml8
So what you are saying is that it remains in https when it shouldn't.
|
Exactly !
It remains in https mode if i leave the /phpmyadmin/ directory.
Quote:
Originally Posted by jiml8
The syntax that works in RewriteCond seems to vary according to the argument.
What about this:
Rewritecond %{REQUEST_URI} !^/phpmyadmin/
or this:
Rewritecond %{REQUEST_URI} !^.*phpmyadmin/.*
|
Tried both of them ... again none of them work :-(
I am beginning to get desperate here
It looks like it doesn't detect when i am in https mode, because when i look at te logs
it only writes something to the logs when i am NOT in https mode and want to acces a page
that should be in https mode (the /phpmyadmin/ dir), but once i am in https mode it
doesn't write anything to the logs no matter what i type in the adressbar.
I have tried the following alternatives found on the internet to look for https mode :
RewriteCond %{HTTPS} ^on$
RewriteCond %{HTTPS} =on
RewriteCond %{HTTPS} !=off
RewriteCond %{HTTPS} !^off$
But none of them seem to work ... i am beginning to get out of ideas.
Any thing else i have overlooked perhaps ?
Thanks,
Jimmy