How can I change the course admin

info1195

New Member
YetiShare User
YetiShare Supporter
Wurlie User
Oct 6, 2011
28
0
0
Hi
Evening / morning, good for all

How can I change the course admin

http://xxx.com/admin/index.php
Instead of the default
Is there a way to change the name of the config file ، Without any damage to the site and links?

Waiting for Answer
Thank you

Best regards,
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
No need to change the config file name, just CHMOD it to 0600 so its not executable

To change the admin directory name,

Change the admin directory name

Open includes/master.inc.php

Find on line 89
Code:
define('ADMIN_WEB_ROOT', WEB_ROOT . '/admin');
Change the "admin" section to what you changed the admin directory to
 

info1195

New Member
YetiShare User
YetiShare Supporter
Wurlie User
Oct 6, 2011
28
0
0
Excellent
admin path has been modified successfully
What is important to protect files and encrypted
So are not taken to exploit the site

Thank you
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
If you set the CHMOD to 0600 on _config.inc.php file, then only someone who has FTP/ssh access is able to read the contents. It will not be viewable in an internet browser.

As the file is, its not viewable in a browser anyway as nothing is printed from the file to the screen
 

info1195

New Member
YetiShare User
YetiShare Supporter
Wurlie User
Oct 6, 2011
28
0
0
Excellent
Thank you my friend for the clarification and assistance