How to change the URL to the admin-interface?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
bailey87
Regular
Posts: 72
Joined: Sun Dec 04, 2005 12:26 pm

How to change the URL to the admin-interface?

Post by bailey87 »

For safety reasons, I want to change the URL to the admin-interface...

what I mean:
I want to rename the "serendipity_admin.php"

Is it possible?

Regards,
bailey87
Sorry for bad english, I´m german :lol:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: How to change the URL to the admin-interface?

Post by garvinhicking »

Yes, you can do that. Then you also need to edit every PHP file from Serendipity and replace "serendipity_admin.php" with your new URL.

You will also need to check/edit every plugin file from s9y to change this path, or some plugins might work no longer.

Of course, when you update s9y the next time you must do those changes every time again.

We use a hardcoded URL because this is much easier for plugins to access the admin panel.

Serendipity's login is safe, and "security through obscurity" has never worked. So what you're planning to do is not very clever, since it doesn't prevent anything. :-)

Best 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