SeanB Posted November 23, 2006 Posted November 23, 2006 Naturally i've got my admin directory done up with a .htaccess file, but i was wondering if i could further secure it by renaming the adming directory. Is it just that easy? just rename the folder itself? Or do i have to configure that change as well? My website's address is in My Profile, since it's not allowed to be in my signature.
natewlew Posted November 23, 2006 Posted November 23, 2006 You need to edit the admin/includes/configure.php. You need to change any reference from admin to Your_New_Name. change: define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/www/files/www/admin/'); // absolute pate required to: define('DIR_WS_ADMIN', '/Your_New_Name/'); // absolute path required define('DIR_FS_ADMIN', '/home/www/files/www/Your_New_Name/'); // absolute pate required Other great Open Source (Free) programs: (Free as in free speech not free beer) The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS How do I find these programs? Google Search!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.