Admin Panel Override??

Found a bug? Tell us!!
Post Reply
positivereprogramming
Posts: 1
Joined: Sat Jun 28, 2008 3:46 am

Admin Panel Override??

Post by positivereprogramming »

Hi all. I have a question.

I recently installed DigiVendor, a program that allows sellers of digital goods to protect their downloads. I'm hosted on GoDaddy, and run Serendipity as my main public interface.

So heres the issue:

Every time I attempt to log into my digivendor account, it is overridden by Serendipity and I am taken to my Serendipity admin panel!

I've contacted Digivendor, and they say it is an issue with Serendipity. That there is some kind of override in effect that won't give me access to my digivendor admin panel. I contacted Godaddy, and they directed me to you all.

Any ideas why serendipity would override another admin login?
What can I change to override this override?

Thank you all for your time. It is greatly appreciated.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Admin Panel Override??

Post by garvinhicking »

Hi!

Do you have digivendor in a subdirectory of your Serendipity installation? If so, to make it work properly you need to put a .htaccess file into the digivendor subdirectory with this content:

Code: Select all

RewriteEngine Off
Because applications in a subdirectory run with the same .htaccess like s9y requires. If your foreign application also requires mod_rewrite, you will need to install that tool on a different subdomain, independent from serendipity's directory.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply