• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

defoult admin folder

E

easilyamused

Guest
Index of /admin

when i try to go to my admin folder this shows up "Index of /admin".
the files in the Index of /admin are not even my files.

when i went to other sites i have on me plesk server the same thing is there.

if i ftp to the site i can see my admin folder and i can see my index.php also. so why is it going to this defoult page and how do i turn it off.

please help
 
this tomcat alias directoriesunistall tomcat if you don't need it or edit them

comment the line Alias /admin "/var/lib/tomcat4/server/webapps/admin" in

# vi /etc/httpd/conf/mod_jk.conf

#Alias /admin "/var/lib/tomcat4/server/webapps/admin"
#<Directory "/var/lib/tomcat4/server/webapps/admin">
# Options Indexes FollowSymLinks
#</Directory>

and restarted tomcat

and finally YES you can KISS me :)
 
Originally posted by brainlag
this tomcat alias directoriesunistall tomcat if you don't need it or edit them

comment the line Alias /admin "/var/lib/tomcat4/server/webapps/admin" in

# vi /etc/httpd/conf/mod_jk.conf

#Alias /admin "/var/lib/tomcat4/server/webapps/admin"
#<Directory "/var/lib/tomcat4/server/webapps/admin">
# Options Indexes FollowSymLinks
#</Directory>

and restarted tomcat

and finally YES you can KISS me :)

sounds good but we do not have tomcat on our server. we lease it from Godaddy per month and they will not help
 
Back
Top