Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
floros

Admin Ordner ändern

Recommended Posts

Ich habe es noch nicht gemacht, aber ich geh davon aus unter

>Admin>Security Center>Rename the 'admin' directory>

<H2 style="MARGIN: 0px">Renaming the ACP directory</H2>

Invision Power Board has a dedicated directory for the administration center. To further enhance security, you can rename this ACP directory.

Step 1:

First, you'll need to physically rename the directory. Connect to your server via FTP and then browse to your IPB directory (this is the one that has your index.php file in it).

Locate the 'admin' directory. It has just one file inside called 'index.php'. Choose 'rename' from your FTP client menu and rename it. For the purposes of this tutorial, we'll rename it 'admin_secret'. If you have created .htaccess protection inside the existing directory, you MUST delete it or you will not be able to login to the ACP afterwards. You may recreate the .htaccess protection after you have completed the next step.

Step 2: Locate the 'init.php' file. This is in your IPB root directory. Download it and open it in a text editor.

Near the top of this file, you'll see:

//----------------------------------------------- // USER CONFIGURABLE ELEMENTS //----------------------------------------------- /** * ROOT PATH * * If __FILE__ is not supported, try ./ and * turn off "USE_SHUTDOWN" or manually add in * the full path * @since 2.0.0.2005-01-01 */ define( 'ROOT_PATH', dirname( __FILE__ ) ."/" ); /** * Directory name for the admin folder * @since 2.2.0.2006-06-30 */ define( 'IPB_ACP_DIRECTORY', 'admin' );

Change the line: define( 'IPB_ACP_DIRECTORY', 'admin' );to define( 'IPB_ACP_DIRECTORY', 'admin_secret' );

Your ACP directory has now been renamed.

Remember to remove the ACP link from your board using the Security Center.

Viele Grüße

Martin

post-3449-1198484575_thumb.jpg

Edited by Hilfesuchender

Share this post


Link to post

Wird schon klappen ;)

Einfach in der init.php folgendes ändern

//-----------------------------------------------

// Security features

//-----------------------------------------------

/**

* Directory name for the admin folder

* @since 2.2.0.2006-11-06

*/

define( 'IPB_ACP_DIRECTORY', 'admin' );

admin in "Dein Wunschname"

Und per Ftp dann den Ordner Admin in selbiges umbenennen!

Gruß

Martin

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×